This commit is contained in:
kalaposfos13 2025-01-12 12:03:36 +01:00
parent cd5728f97e
commit b328641f81
2 changed files with 5 additions and 3 deletions

View File

@ -39,7 +39,8 @@ int main(int argc, char* argv[]) {
"Options:\n"
" -g, --game <path|ID> Specify game path to launch\n"
" -ga, --game-with-arg <path|ID> <arg>\n"
" Run a game executable with one argument passed to it.\n"
" Run a game executable with one argument "
"passed to it.\n"
" -p, --patch <patch_file> Apply specified patch file\n"
" -f, --fullscreen <true|false> Specify window initial fullscreen "
"state. Does not overwrite the config file.\n"

View File

@ -45,7 +45,8 @@ int main(int argc, char* argv[]) {
" -g, --game <path|ID> Specify <eboot.bin or elf path> or "
"<game ID (CUSAXXXXX)> to launch\n"
" -ga, --game-with-arg <path|ID> <arg>\n"
" Run a game executable with one argument passed to it.\n"
" Run a game executable with one argument "
"passed to it.\n"
" -p, --patch <patch_file> Apply specified patch file\n"
" -s, --show-gui Show the GUI\n"
" -f, --fullscreen <true|false> Specify window initial fullscreen "