summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_zone_content_manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-24Rework time service to fix time passing offline.Kelebek11-151/+0
2023-07-30tz_content_man: Generate the time zone binary oncelat9nq1-8/+9
2023-07-21settings: Require time zone setting value for stirnglat9nq1-1/+2
2023-06-05time: Implement missing servicesNarr the Reg1-2/+2
2023-06-05tz_content_manager: Try the system time zone firstlat9nq1-2/+9
2023-06-05time: Remove auto timezone considerationlat9nq1-14/+3
2023-06-05tz_content_manager: Detect system time zonelat9nq1-1/+11
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-5/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-06-18service: time: Use GetFileRelative to get files within subdirectoriesMorph1-1/+1
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-3/+3
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-2/+2
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2020-10-13service: time: Update current time with changes to RTC setting.bunnei1-2/+3
2020-08-14time_zone_content_manager: Collapse auto and default caseLioncash1-3/+1
2020-05-11hle: service: time_zone_manager: Use current time zone setting.bunnei1-2/+22
2020-03-18time_zone_content_manager: Fix out of bounds readReinUsesLisp1-1/+1
2020-01-04service: time: Rewrite implementation of glue services.bunnei1-0/+125