summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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