summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-17Implemented CalculateStandardUserSystemClockDifferenceByUserDavid Marcec1-0/+1
2018-11-10Added maybe_unusedDavid Marcec1-0/+1
2018-11-09Implement GetClockSnapshotDavid Marcec1-0/+18
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+1
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-06-01Service/time: implement posix time to calendar conversionmailwl1-10/+18
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-02-22time: Add GetStandardLocalSystemClock, used by libnxshinyquagsire231-0/+1
2018-01-26time: Implement ISteadyClock::GetCurrentTimePoint.bunnei1-0/+6
2018-01-25time: Stub GetSystemClockContext function.bunnei1-0/+7
2018-01-19time: Stub out GetTotalLocationNameCount and some cleanup.bunnei1-1/+1
2018-01-18time: Refactor time:* to use a single shared moduleRozlette1-9/+13
2018-01-17TIME: consolidate time:* interfaces, stub functions and structsRozlette1-0/+36
2018-01-15time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei1-3/+3
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29service: Add empty interface for pctl:a.bunnei1-3/+3
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-12/+3
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+25