summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_zone_content_manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-13service: time: Update current time with changes to RTC setting.bunnei1-2/+3
- This can be used to advance time, e.g. for Pokemon Sword/Shield pokejobs.
2020-08-14time_zone_content_manager: Collapse auto and default caseLioncash1-3/+1
Prevents a useless self-assignment from occurring.
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
There were cases where raw_data didn't contain enough space to hold the zero terminator. This was caught with -fsanitize=address.
2020-01-04service: time: Rewrite implementation of glue services.bunnei1-0/+125