Ryujinx/ARMeilleure/State/DebugState.cs

9 lines
119 B
C#

namespace ARMeilleure.State
{
enum DebugState
{
Running,
Stopping,
Stopped,
}
}