mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-29 18:12:55 +00:00
gdb: YACC (yet another cleanup commit)
This commit is contained in:
@@ -26,11 +26,9 @@ namespace Ryujinx.HLE.Debugger
|
||||
public readonly string Command;
|
||||
|
||||
public CommandMessage(string cmd)
|
||||
{
|
||||
Command = cmd;
|
||||
}
|
||||
=> Command = cmd;
|
||||
}
|
||||
|
||||
|
||||
public class ThreadBreakMessage : Message.IMarker
|
||||
{
|
||||
public IExecutionContext Context { get; }
|
||||
|
||||
Reference in New Issue
Block a user