aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/glue/time/static.cpp
AgeCommit message (Collapse)Author
2024-02-19scope_exit: Make constexprFearlessTobi
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 Reg
2024-02-01service: use const references for input raw dataLiam
2024-01-27Move time services to new IPC.Kelebek1
Add some fixes/improvements to usage with the new IPC
2024-01-24Rework time service to fix time passing offline.Kelebek1