summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_s.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* time: Simplify interface creationLioncash2018-07-241-31/+0
| | | | We can use one instance of the interface instead of duplicating code.
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* Various service name fixes - part 2 (rebased) (#322)Hexagon122018-04-171-0/+11
| | | | | | | | | | | | | | | | * Updated ACC with more service names * Updated SVC with more service names * Updated set with more service names * Updated sockets with more service names * Updated SPL with more service names * Updated time with more service names * Updated vi with more service names
* time: Add missing time:s functions, used for libnxshinyquagsire232018-02-231-0/+4
|
* service/time: remove accidental #pragmastgsm2018-01-211-2/+0
|
* time: Add new line to ends of files.bunnei2018-01-191-1/+1
|
* time: Refactor time:* to use a single shared moduleRozlette2018-01-181-0/+20
|
* TIME: consolidate time:* interfaces, stub functions and structsRozlette2018-01-171-58/+0
|
* time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei2018-01-151-0/+58