summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-24Rework time service to fix time passing offline.Kelebek11-293/+0
2023-06-05time: Implement missing servicesNarr the Reg1-5/+6
2023-06-05time: Remove auto timezone considerationlat9nq1-17/+0
2023-06-05time_manager: Don't offset RTC by system time zonelat9nq1-5/+1
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-5/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-2/+2
2022-02-05service: Migrate to the new UUID implementationMorph1-2/+2
2021-11-04core: Fix transitive include build errorsameerj1-0/+2
2021-10-17settings: Remove std::chrono usageameerj1-6/+7
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-4/+4
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-1/+1
2021-04-26service: Eliminate cases of member shadowingLioncash1-11/+11
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-04-08service: time: Setup the network clock with the local clock contextMorph1-1/+5
2021-02-21kernel: Fix resource release exception on exitameerj1-0/+4
2020-10-13service: time: Update current time with changes to RTC setting.bunnei1-101/+258
2020-05-13time_zone: Use std::chrono::seconds for strong typing.bunnei1-1/+1
2020-05-11hle: service: time_zone_manager: Use current time zone setting.bunnei1-1/+10
2020-01-04service: time: Rewrite implementation of glue services.bunnei1-0/+137