mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-01-12 01:40:24 +00:00
Fix headless mode (ryubing/ryujinx!146)
See merge request ryubing/ryujinx!146
This commit is contained in:
parent
b000f91dad
commit
df40a69872
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ namespace Ryujinx.Headless
|
|||
[Option("enable-gdb-stub", Required = false, Default = false, HelpText = "Enables the GDB stub so that a developer can attach a debugger to the emulated process.")]
|
||||
public bool EnableGdbStub { get; set; }
|
||||
|
||||
[Option("gdb-stub-port", Required = false, Default = 55555, HelpText = "Specifies which TCP port the GDB stub listens on.")]
|
||||
[Option("gdb-stub-port", Required = false, Default = (ushort)55555, HelpText = "Specifies which TCP port the GDB stub listens on.")]
|
||||
public ushort GdbStubPort { get; set; }
|
||||
|
||||
[Option("suspend-on-start", Required = false, Default = false, HelpText = "Suspend execution when starting an application.")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue