mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-02 21:36:25 +02:00
8 lines
116 B
C#
8 lines
116 B
C#
namespace Ryujinx.HLE.OsHle.SystemState
|
|
{
|
|
public enum OpenCloseState
|
|
{
|
|
Closed,
|
|
Open
|
|
}
|
|
}
|