summaryrefslogtreecommitdiff
path: root/src/core/hle/service/time/time_s.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* time: Simplify interface creationGravatar Lioncash2018-07-241-31/+0
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-191-4/+2
* Various service name fixes - part 2 (rebased) (#322)Gravatar Hexagon122018-04-171-0/+11
* time: Add missing time:s functions, used for libnxGravatar shinyquagsire232018-02-231-0/+4
* service/time: remove accidental #pragmasGravatar tgsm2018-01-201-2/+0
* time: Add new line to ends of files.Gravatar bunnei2018-01-191-1/+1
* time: Refactor time:* to use a single shared moduleGravatar Rozlette2018-01-181-0/+20
* TIME: consolidate time:* interfaces, stub functions and structsGravatar Rozlette2018-01-171-58/+0
* time: Implement GetStandardUserSystemClock, GetCurrentTime.Gravatar bunnei2018-01-141-0/+58