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