diff --git a/src/Ryujinx.HLE/Debugger/Debugger.cs b/src/Ryujinx.HLE/Debugger/Debugger.cs index 00986c3b53..fbb12f419d 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)