From 5583a60ace7cb5a6d04b55524b9b24db26258a9e Mon Sep 17 00:00:00 2001 From: merry Date: Tue, 22 Feb 2022 20:52:37 +0000 Subject: [PATCH] stepping is less screwed up now --- src/Ryujinx.HLE/Debugger/Debugger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx.HLE/Debugger/Debugger.cs b/src/Ryujinx.HLE/Debugger/Debugger.cs index 00986c3b5..fbb12f419 100644 --- a/src/Ryujinx.HLE/Debugger/Debugger.cs +++ b/src/Ryujinx.HLE/Debugger/Debugger.cs @@ -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)