namespace Ryujinx.HLE.Debugger { public enum DebugState { Running, Stopping, Stopped, } }