0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-11 13:22:01 +00:00
Ryujinx/Ryujinx.HLE/OsHle/SystemState/OpenCloseState.cs

9 lines
116 B
C#
Raw Normal View History

namespace Ryujinx.HLE.OsHle.SystemState
{
public enum OpenCloseState
{
Closed,
Open
}
}