summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* time: Remove auto timezone considerationlat9nq2023-06-051-2/+0
| | | | | GetTimeZoneString no longer reports a setting unique to yuzu, so we can assume a valid timezone string in core.
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* core: Remove unused includesameerj2021-11-041-3/+0
|
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-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.
* kernel: Fix resource release exception on exitameerj2021-02-211-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.
* service: time: Update current time with changes to RTC setting.bunnei2020-10-131-62/+23
| | | | - This can be used to advance time, e.g. for Pokemon Sword/Shield pokejobs.
* service: time: Rewrite implementation of glue services.bunnei2020-01-041-0/+117