aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Time/TimeZone
AgeCommit message (Expand)Author
2022-12-10Fix Redundant Qualifer Warnings (#4091)1.1.459Isaac Marovitz
2022-11-24Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805)1.1.381Mary-nyan
2022-11-16Use new C# 11 u8 string literals (#3854)1.1.348Berkan Diler
2022-11-09infra: Migrate to .NET 7 (#3795)1.1.339Mary-nyan
2022-08-11Rename ToSpan to AsSpan (#3556)1.1.211gdkchan
2022-06-29ui: Fix timezone abbreviation since #3361 (#3430)1.1.160Mary
2022-06-24timezone: Fix regression caused by #3361 (#3418)1.1.157Mary
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
2022-03-22hle: Some cleanup (#3210)1.1.83Ac_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-05-16misc: Move configuration management to the Ryujinx project (#2269)Mary
2021-01-23TZ: Fix loop condition in GetTZName (#1950)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-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
2019-11-25Remove one extraneous incrementation (#833)Thog
2019-10-17Update to LibHac 0.6.0 (#792)Alex Barney
2019-10-16Move InvalidSystemResourceException with the other Exceptions (#794)Ac_K
2019-10-11Fix TimeZoneBinary dispose issues (#785)Thomas Guillemard
2019-10-08Update time implementation to 9.0.0 (#783)Thomas Guillemard
2019-09-19Refactoring HOS folder structure (#771)Ac_K
2019-09-04timezone: improve sanity checks on TimeZone Rule name (#758)Thomas Guillemard
2019-07-14Refactoring result codes (#731)Ac_K
2019-07-04ITimeZoneService rewrite (#722)Thomas Guillemard