1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-01-31 03:52:55 -06:00

9 lines
112 B
C#
Raw Normal View History

namespace Ryujinx.HLE.HOS.SystemState
{
public enum AccountState
{
Closed,
Open
}
}