summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_zone_types.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2021-04-08service: time: Setup the network clock with the local clock contextMorph1-2/+2
Setting the network time allows some time based events using the network clock to not reset.
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp1-11/+11
This requires making several types trivial and properly initialize them whenever they are called.
2020-01-04service: time: Rewrite implementation of glue services.bunnei1-0/+87