1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-23 07:23:59 +01:00
Ryujinx/Ryujinx.HLE/HOS/Services/Time
Mary 305f06eb71
HLE: Fix integer sign inconcistency accross the codebase (#2222)
* 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
..
Clock
StaticService HLE: Fix integer sign inconcistency accross the codebase (#2222) 2021-04-24 12:16:01 +02:00
TimeZone
Types
IAlarmService.cs
IPowerStateRequestHandler.cs
IStaticServiceForGlue.cs
IStaticServiceForPsc.cs HLE: Fix integer sign inconcistency accross the codebase (#2222) 2021-04-24 12:16:01 +02:00
ITimeServiceManager.cs HLE: Fix integer sign inconcistency accross the codebase (#2222) 2021-04-24 12:16:01 +02:00
ResultCode.cs Add missing error code to Time (#1237) 2020-05-13 15:28:53 +10:00
TimeManager.cs
TimeSharedMemory.cs