mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-20 04:36:33 +00:00
stepping is less screwed up now
This commit is contained in:
parent
8bd4417b24
commit
5583a60ace
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ namespace Ryujinx.HLE.Debugger
|
|||
}
|
||||
|
||||
ctx.DebugStep();
|
||||
Reply($"T00thread:{ctx.ThreadUid:x};");
|
||||
Reply($"T05thread:{ctx.ThreadUid:x};");
|
||||
}
|
||||
|
||||
private void CommandIsAlive(ulong? threadId)
|
||||
|
|
Loading…
Reference in a new issue