mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 17:45:26 +00:00
5c1bc52409
* 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
|
|
}
|
|
}
|