summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* glue: use multi wait APILiam2024-02-071-82/+48
* Fix firmware timezone boot load check.Kelebek12024-02-031-0/+1
* service: use const references for input raw dataLiam2024-02-016-19/+24
* 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-312-20/+13
* Move time services to new IPC.Kelebek12024-01-2712-691/+307
* Address review comments and fix compilation problemsFearlessTobi2024-01-253-3/+3
* Rework time service to fix time passing offline.Kelebek12024-01-2418-0/+2385