Add -gdb flag into documentation

This commit is contained in:
Xavier Del Campo Romero 2020-10-26 23:15:29 +01:00
parent 7e152c0d9a
commit dfc42ba104
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ int main(int argc, char *argv[]) {
"\t-psxout\t\tEnable PSX output\n"
"\t-slowboot\tEnable BIOS Logo\n"
"\t-load STATENUM\tLoads savestate STATENUM (1-9)\n"
"\t-gdb\t\tStarts GDB server on port 3333\n"
"\t-h -help\tDisplay this message\n"
"\tfile\t\tLoads file\n"));
return 0;