[App] Update gdbstub setting description

This commit is contained in:
emoose
2025-08-25 14:17:23 +01:00
parent 730a782e09
commit ac9f913b01
+4 -2
View File
@@ -106,8 +106,10 @@ DEFINE_transient_bool(portable, true,
#endif
DECLARE_bool(debug);
DEFINE_int32(gdbport, 0, "Port for GDBStub debugger to listen on, 0 = disable",
"General");
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");