aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Time
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-04-14Rename Hipc to Cmif where appropriate (#3880)Alex Barney
2023-03-11Misc performance tweaks (#4509)jhorv
2023-03-01Update LibHac to 0.18.0 (#4414)Steveice10
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)gdkchan
2022-12-24Some minor cleanups and optimizations (#4174)Berkan Diler
2022-12-10Fix Redundant Qualifer Warnings (#4091)Isaac Marovitz
2022-11-24Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805)Mary-nyan
2022-11-16Use new C# 11 u8 string literals (#3854)Berkan Diler
2022-11-09infra: Migrate to .NET 7 (#3795)Mary-nyan
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-08-11Rename ToSpan to AsSpan (#3556)gdkchan
2022-06-29ui: Fix timezone abbreviation since #3361 (#3430)Mary
2022-06-24timezone: Fix regression caused by #3361 (#3418)Mary
2022-06-24time: Make TimeZoneRule blittable and avoid copies (#3361)Mary
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...gdkchan
2022-03-22hle: Some cleanup (#3210)Ac_K
2022-03-15ntc: Implement IEnsureNetworkClockAvailabilityService (#3192)Ac_K
2022-01-12Update to LibHac 0.15.0 (#2986)Alex Barney
2021-12-23Update to LibHac v0.14.3 (#2925)Alex Barney
2021-10-24hle: Improve safety (#2778)Mary
2021-09-15hos: Cleanup the project (#2634)Ac_K
2021-08-11hle: Tidy-up ServiceNotImplementedException (#2535)jduncanator
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-05-16misc: Move configuration management to the Ryujinx project (#2269)Mary
2021-04-26Fix GetClockSnapshot not writing steady clock timepoint (#2249)gdkchan
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
2021-03-04Fix SetStandardSteadyClockInternalOffset permission check (#2076)Billy Laws
2021-01-23TZ: Fix loop condition in GetTZName (#1950)mageven
2020-12-12Rewrite size for fixed size buffers (#1808)gdkchan
2020-12-02Create a single guest process per IPC message processor (#1769)gdkchan
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-09-25Isolate more services to separate threads (#1573)mageven
2020-09-01Update to LibHac 0.12.0 (#1485)Alex Barney
2020-08-30Clean up and update readme (#1501)Mary
2020-08-04Improved Logger (#1292)mageven
2020-07-21Better TimeZone entry in System Settings (#1254)mageven
2020-05-15Surface Flinger: Implement GetBufferHistory (#1232)Thog
2020-05-13Add missing error code to Time (#1237)VolcaEM
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
2020-04-17System Time Offset Implementation (#1101)CJ Bok
2020-03-30Reduce requirements for running homebrew (#1053)Thog
2020-03-26Make Device Location Name configuration (custom TZ) (#1031)Thog
2020-03-25Add IMultiCommitManager (#1011)Alex Barney
2020-01-09Fix timezone month being reported incorrectly to games (#861)Thog
2020-01-04Fix EphemeralNetworkSystemClock wrong steady clock (#858)Thog
2019-11-27time: Fix wrong buffer usage in CalculateStandardUserSystemClockDifferenceByU...Thog
2019-11-25Remove one extraneous incrementation (#833)Thog