Ryujinx/Ryujinx.HLE/HOS/Services/Account/Acc
Mary 305f06eb71
HLE: Fix integer sign inconcistency accross the codebase ()
* Make all title id instances unsigned

* Replace address and size with ulong instead of signed types

Long overdue change.
Also change some logics here and there to optimize with the new memory
manager.

* Address Ac_K's comments

* Remove uneeded cast all around

* Fixes some others misalignment
2021-04-24 12:16:01 +02:00
..
AccountService HLE: Fix integer sign inconcistency accross the codebase () 2021-04-24 12:16:01 +02:00
AsyncContext account: Implement IManagerForApplication calls and IAsyncContext () 2020-08-18 21:24:54 +02:00
Types account: add Custom User Profiles support () 2021-04-23 22:26:31 +02:00
AccountManager.cs account: add Custom User Profiles support () 2021-04-23 22:26:31 +02:00
AccountSaveDataManager.cs account: add Custom User Profiles support () 2021-04-23 22:26:31 +02:00
ApplicationServiceServer.cs HLE: Fix integer sign inconcistency accross the codebase () 2021-04-24 12:16:01 +02:00
DefaultUserImage.jpg [ImgBot] Optimize images () 2021-04-14 01:20:30 +02:00
IAccountServiceForAdministrator.cs Initial support for the new 12.x IPC system () 2021-04-14 00:01:24 +02:00
IAccountServiceForApplication.cs HLE: Fix integer sign inconcistency accross the codebase () 2021-04-24 12:16:01 +02:00
IAccountServiceForSystemService.cs Initial support for the new 12.x IPC system () 2021-04-14 00:01:24 +02:00
IAsyncContext.cs Initial support for the new 12.x IPC system () 2021-04-14 00:01:24 +02:00
IBaasAccessTokenAccessor.cs account: Services Refactoring () 2021-01-02 23:34:28 +01:00