Files
ryujinx/src/Ryujinx.HLE/Debugger/DebugState.cs
2025-08-04 20:45:15 -05:00

10 lines
126 B
C#

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