mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 00:16:23 +02:00
9 lines
126 B
C#
9 lines
126 B
C#
namespace Ryujinx.HLE.Debugger
|
|
{
|
|
public enum DebugState
|
|
{
|
|
Running,
|
|
Stopping,
|
|
Stopped,
|
|
}
|
|
}
|