1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-01-18 05:40:04 -06:00
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
}
}