[App] Update gdbstub setting description
This commit is contained in:
parent
2e9c9f403d
commit
5917554324
|
@ -103,7 +103,9 @@ DEFINE_transient_bool(portable, true,
|
||||||
"General");
|
"General");
|
||||||
|
|
||||||
DECLARE_bool(debug);
|
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");
|
"General");
|
||||||
|
|
||||||
DEFINE_bool(discord, true, "Enable Discord rich presence", "General");
|
DEFINE_bool(discord, true, "Enable Discord rich presence", "General");
|
||||||
|
|
Loading…
Reference in New Issue