mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-15 20:20:18 +00:00
10 lines
119 B
C#
10 lines
119 B
C#
|
namespace ARMeilleure.State
|
|||
|
{
|
|||
|
enum DebugState
|
|||
|
{
|
|||
|
Running,
|
|||
|
Stopping,
|
|||
|
Stopped,
|
|||
|
}
|
|||
|
}
|