summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/time/static.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-19scope_exit: Make constexprFearlessTobi1-13/+28
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2024-02-14service: set: Migrate ISystemSettingsServer to new IPCNarr the Reg1-15/+2
2024-02-01service: use const references for input raw dataLiam1-3/+3
2024-01-27Move time services to new IPC.Kelebek11-298/+96
Add some fixes/improvements to usage with the new IPC
2024-01-24Rework time service to fix time passing offline.Kelebek11-0/+448