summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/time/time_zone.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-15/+21
| | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
* service: use const references for input raw dataLiam2024-02-011-3/+6
|
* Remove a few hacks for clock setups, which seem to no longer be needed, but fix network clock to local clock on every boot. Also fix some logging strings.Kelebek12024-01-311-16/+11
|
* Move time services to new IPC.Kelebek12024-01-271-248/+99
| | | | Add some fixes/improvements to usage with the new IPC
* Rework time service to fix time passing offline.Kelebek12024-01-241-0/+377