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