mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-12 16:25:46 +00:00
gdb: Code cleanup pass #2
Moved the reply functionality into the command processor, move the main debugger thread into a dedicated class part, and more
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Ryujinx.HLE.Debugger
|
||||
(byte)'$' => "}\x04",
|
||||
(byte)'*' => "}\x0a",
|
||||
(byte)'}' => "}\x5d",
|
||||
_ => Convert.ToChar(x).ToString(),
|
||||
_ => Convert.ToChar(x).ToString()
|
||||
}
|
||||
).JoinToString(string.Empty);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user