This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2024-11-08 12:49:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
edafce57be
Ryujinx
/
Ryujinx.HLE
/
HOS
/
Services
/
Acc
/
Account
/
AccountState.cs
8 lines
111 B
C#
Raw
Normal View
History
Unescape
Escape
Code style fixes and nits on the HLE project (#355) * Some style fixes and nits on ITimeZoneService * Remove some unneeded usings * Remove the Ryujinx.HLE.OsHle.Handles namespace * Remove hbmenu automatic load on process exit * Rename Ns to Device, rename Os to System, rename SystemState to State * Move Exceptions and Utilities out of OsHle * Rename OsHle to HOS * Rename OsHle folder to HOS * IManagerDisplayService and ISystemDisplayService style fixes * BsdError shouldn't be public * Add a empty new line before using static * Remove unused file * Some style fixes on NPDM * Exit gracefully when the application is closed * Code style fixes on IGeneralService * Add 0x prefix on values printed as hex * Small improvements on finalization code * Move ProcessId and ThreadId out of AThreadState * Rename VFs to FileSystem * FsAccessHeader shouldn't be public. Also fix file names casing * More case changes on NPDM * Remove unused files * Move using to the correct place on NPDM * Use properties on KernelAccessControlMmio * Address PR feedback
2018-08-16 23:47:36 +00:00
namespace
Ryujinx.HLE.HOS.SystemState
Better support for user accounts (#349) * Better support for user accounts * Nits * Check for invalid ids
2018-08-14 22:02:42 +00:00
{
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-15 22:35:38 +00:00
public
enum
AccountState
Better support for user accounts (#349) * Better support for user accounts * Nits * Check for invalid ids
2018-08-14 22:02:42 +00:00
{
Closed
,
Open
}
Refactoring result codes (#731) * refactoring result codes - Add a main enum who can handle some orphalin result codes and the default `ResultCode.Success` one. - Add sub-enum by services when it's needed. - Remove some empty line. - Recast all service calls to ResultCode. - Remove some unneeded static declaration. - Delete unused `NvHelper` class. * NvResult is back * Fix
2019-07-14 19:04:38 +00:00
}
Reference in a new issue
Copy permalink