From dfc42ba10408c3177a7b69241380df613f64db8d Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Mon, 26 Oct 2020 23:15:29 +0100 Subject: [PATCH] Add -gdb flag into documentation --- gui/LnxMain.c | 1 + 1 file changed, 1 insertion(+) 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;