mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-02-17 11:28:36 +01:00
* 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
9 lines
112 B
C#
9 lines
112 B
C#
namespace Ryujinx.HLE.HOS.SystemState
|
|
{
|
|
public enum AccountState
|
|
{
|
|
Closed,
|
|
Open
|
|
}
|
|
}
|