summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_zone_service.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* time: Implement missing servicesNarr the Reg2023-06-051-0/+3
| | | | | | | Implements GetTotalLocationNameCount LoadLocationNameList and GetTimeZoneRuleVersion. tz-manager: Fix sign issue
* service: move hle_ipc from kernelLiam2023-03-011-6/+6
|
* 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.
* service: Eliminate usages of the global system instanceLioncash2020-11-271-1/+6
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* service: time: Implement ToPosixTimeWithMyRule.bunnei2020-01-231-0/+1
| | | | - Used by Pokemon Mystery Dungeon.
* service: time: Rewrite implementation of glue services.bunnei2020-01-041-0/+30