mirror of
https://github.com/izzy2lost/xenia-edge.git
synced 2026-07-06 00:20:26 -07:00
[App] Update gdbstub setting description
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user