aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/glue/time
AgeCommit message (Collapse)Author
2024-02-24glue: load initial year setting as s32Liam
2024-02-24service: set: Fix GetSettingsItemValuegerman77
2024-02-19scope_exit: Make constexprFearlessTobi
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2024-02-17Close reference to TimeZoneBinary on game closeKelebek1
2024-02-14service: set: Migrate ISystemSettingsServer to new IPCNarr the Reg
2024-02-07glue: use multi wait APILiam
2024-02-03Fix firmware timezone boot load check.Kelebek1
2024-02-01service: use const references for input raw dataLiam
2024-01-31Remove a few hacks for clock setups, which seem to no longer be needed, but ↵Kelebek1
fix network clock to local clock on every boot. Also fix some logging strings.
2024-01-27Move time services to new IPC.Kelebek1
Add some fixes/improvements to usage with the new IPC
2024-01-25Address review comments and fix compilation problemsFearlessTobi
2024-01-24Rework time service to fix time passing offline.Kelebek1