summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/psc/time (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-19scope_exit: Make constexprFearlessTobi4-33/+65
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2024-02-01service: use const references for input raw dataLiam22-65/+69
2024-01-31Remove 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.Kelebek16-63/+52
2024-01-27Move time services to new IPC.Kelebek115-1216/+681
Add some fixes/improvements to usage with the new IPC
2024-01-24Rework time service to fix time passing offline.Kelebek140-0/+4081