mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-16 13:37:03 +00:00
Add GDB Stub
This commit is contained in:
parent
d5c9bc662c
commit
ef72e9b790
57 changed files with 3213 additions and 26 deletions
|
|
@ -304,6 +304,7 @@ namespace Ryujinx.HLE.HOS.Kernel.Threading
|
|||
|
||||
currentThread.SchedulerWaitEvent.Reset();
|
||||
currentThread.ThreadContext.Unlock();
|
||||
currentThread.DebugHalt.Set();
|
||||
|
||||
// Wake all the threads that might be waiting until this thread context is unlocked.
|
||||
for (int core = 0; core < CpuCoresCount; core++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue