mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-11 09:01:08 +00:00
10 lines
126 B
C#
10 lines
126 B
C#
namespace Ryujinx.HLE.Debugger
|
|
{
|
|
public enum DebugState
|
|
{
|
|
Running,
|
|
Stopping,
|
|
Stopped,
|
|
}
|
|
}
|