aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Time/StaticService
AgeCommit message (Expand)Author
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)1.1.506gdkchan
2022-08-18Removed unused usings. (#3593)1.1.223Nicholas Rodine
2022-06-24time: Make TimeZoneRule blittable and avoid copies (#3361)1.1.156Mary
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...1.1.134gdkchan
2021-10-24hle: Improve safety (#2778)Mary
2021-04-24HLE: Fix integer sign inconcistency accross the codebase (#2222)Mary
2021-04-14Initial support for the new 12.x IPC system (#2182)Mary
2020-08-04Improved Logger (#1292)mageven
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2019-10-08Update time implementation to 9.0.0 (#783)Thomas Guillemard
2019-09-19Refactoring HOS folder structure (#771)Ac_K