summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-10-26 23:15:29 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-10-26 23:15:29 +0100
commitdfc42ba10408c3177a7b69241380df613f64db8d (patch)
tree03839b924730bf4436a71794a5264c1e18cea2bc
parent7e152c0d9a9b9b1b221eebc5ea31b4cdd0bf1744 (diff)
downloadpcsxr-dfc42ba10408c3177a7b69241380df613f64db8d.tar.gz
Add -gdb flag into documentation
-rw-r--r--gui/LnxMain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/LnxMain.c b/gui/LnxMain.c
index 2b3ff3e6..daa54b90 100644
--- a/gui/LnxMain.c
+++ b/gui/LnxMain.c
@@ -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;