summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/time (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-192-28/+49
| | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
* Close reference to TimeZoneBinary on game closeKelebek12024-02-172-0/+5
|
* service: set: Migrate ISystemSettingsServer to new IPCNarr the Reg2024-02-143-42/+20
|
* 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
| | | | Add some fixes/improvements to usage with the new IPC
* Address review comments and fix compilation problemsFearlessTobi2024-01-253-3/+3
|
* Rework time service to fix time passing offline.Kelebek12024-01-2418-0/+2385