1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-01-17 21:30:06 -06:00
ryujinx/Ryujinx.HLE/HOS/Services/Acc/Account/AccountState.cs

8 lines
111 B
C#
Raw Normal View History

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