summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* time: Add the time:a serviceLioncash2018-07-251-6/+6
| | | | Given we already have time:s and time:u, we should also have time:a
* time: Simplify interface creationLioncash2018-07-241-0/+32
We can use one instance of the interface instead of duplicating code.