summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_zone_types.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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: time: Setup the network clock with the local clock contextMorph2021-04-081-2/+2
| | | | Setting the network time allows some time based events using the network clock to not reset.
* core: Silence Wclass-memaccess warningsReinUsesLisp2021-01-151-11/+11
| | | | | This requires making several types trivial and properly initialize them whenever they are called.
* service: time: Rewrite implementation of glue services.bunnei2020-01-041-0/+87