summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/psc/time/steady_clock.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-7/+18
| | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
* Move time services to new IPC.Kelebek12024-01-271-98/+35
| | | | Add some fixes/improvements to usage with the new IPC
* Rework time service to fix time passing offline.Kelebek12024-01-241-0/+164