mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-05-13 22:40:49 +00:00
8 lines
116 B
C#
8 lines
116 B
C#
namespace Ryujinx.HLE.OsHle.SystemState
|
|
{
|
|
public enum OpenCloseState
|
|
{
|
|
Closed,
|
|
Open
|
|
}
|
|
}
|