summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+1
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Service/time: implement posix time to calendar conversionmailwl2018-06-011-10/+18
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* time: Add GetStandardLocalSystemClock, used by libnxshinyquagsire232018-02-221-0/+1
* time: Implement ISteadyClock::GetCurrentTimePoint.bunnei2018-01-261-0/+6
* time: Stub GetSystemClockContext function.bunnei2018-01-251-0/+7
* time: Stub out GetTotalLocationNameCount and some cleanup.bunnei2018-01-191-1/+1
* time: Refactor time:* to use a single shared moduleRozlette2018-01-181-9/+13
* TIME: consolidate time:* interfaces, stub functions and structsRozlette2018-01-171-0/+36
* time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei2018-01-151-0/+16