mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-27 14:37:12 +02:00
Add GDB Stub
Author: merry, svc64
This commit is contained in:
parent
5d136980a3
commit
4a8463c2f7
53 changed files with 2428 additions and 21 deletions
|
@ -338,6 +338,9 @@ namespace Ryujinx.Headless
|
|||
false,
|
||||
string.Empty,
|
||||
string.Empty,
|
||||
options.EnableGdbStub,
|
||||
options.GdbStubPort,
|
||||
options.DebuggerSuspendOnStart,
|
||||
options.CustomVSyncInterval
|
||||
)
|
||||
.Configure(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue