Ryujinx/Ryujinx.HLE/HOS/Services/Acc/Account/AccountState.cs

9 lines
112 B
C#
Raw Normal View History

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