aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Time/Clock
AgeCommit message (Expand)Author
2022-12-24Some minor cleanups and optimizations (#4174)1.1.489Berkan Diler
2022-11-24Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805)1.1.381Mary-nyan
2022-11-09infra: Migrate to .NET 7 (#3795)1.1.339Mary-nyan
2022-08-18Removed unused usings. (#3593)1.1.223Nicholas Rodine
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...1.1.134gdkchan
2020-05-15Surface Flinger: Implement GetBufferHistory (#1232)Thog
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan
2020-04-17System Time Offset Implementation (#1101)CJ Bok
2019-10-08Update time implementation to 9.0.0 (#783)Thomas Guillemard
2019-09-19Refactoring HOS folder structure (#771)Ac_K
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan
2019-07-25Implement time:* 4.0.0 commands (#736)Thomas Guillemard
2019-07-15Implement time:* 2.0.0 & 3.0.0 commands (#735)Thomas Guillemard
2019-07-14Accurately implement steady & system clocks (#732)Thomas Guillemard