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