stepping is less screwed up now

This commit is contained in:
merry 2022-02-22 20:52:37 +00:00 committed by svc64
parent 8bd4417b24
commit 5583a60ace
1 changed files with 1 additions and 1 deletions

View File

@ -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)