Ryujinx/Ryujinx.HLE/HOS/Services/Acc/Account/AccountState.cs
Ac_K 5c1bc52409 Refactoring of acc:u0 (#701)
* Refactoring of acc:u0

- Move all account things to the account service
- More accurate IAccountServiceForApplication
- Add helper to UInt128

* FIx my engrish

* FIx my engrish #2
2019-06-16 00:35:38 +02:00

9 lines
112 B
C#

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