[App] Update gdbstub setting description

This commit is contained in:
emoose 2024-10-24 00:28:38 +01:00
parent 2e9c9f403d
commit 5917554324
1 changed files with 4 additions and 2 deletions

View File

@ -103,7 +103,9 @@ DEFINE_transient_bool(portable, true,
"General");
DECLARE_bool(debug);
DEFINE_int32(gdbport, 0, "Port for GDBStub debugger to listen on, 0 = disable",
DEFINE_int32(
gdbport, 0,
"Port for GDBStub debugger to listen on, requires --debug (0 = disable)",
"General");
DEFINE_bool(discord, true, "Enable Discord rich presence", "General");