summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_manager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-04core: Remove unused includesameerj1-3/+0
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-1/+1
Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
2021-02-21kernel: Fix resource release exception on exitameerj1-0/+2
After rewriting the resource limit, objects releasing reserved resources require a live kernel instance. This commit fixes exceptions that occur due to the kernel being destroyed before some objects released their resources, allowing for a graceful exit.
2020-10-13service: time: Update current time with changes to RTC setting.bunnei1-62/+23
- This can be used to advance time, e.g. for Pokemon Sword/Shield pokejobs.
2020-01-04service: time: Rewrite implementation of glue services.bunnei1-0/+117