mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-06 04:47:44 +02:00
8 lines
116 B
C#
8 lines
116 B
C#
namespace Ryujinx.HLE.OsHle.SystemState
|
|
{
|
|
public enum OpenCloseState
|
|
{
|
|
Closed,
|
|
Open
|
|
}
|
|
}
|