mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-13 16:36:39 +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
8 lines
112 B
C#
8 lines
112 B
C#
namespace Ryujinx.HLE.HOS.SystemState
|
|
{
|
|
public enum AccountState
|
|
{
|
|
Closed,
|
|
Open
|
|
}
|
|
}
|