summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/interface.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Eliminate usages of the global system instanceLioncash2020-11-271-1/+1
* service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.bunnei2020-04-151-1/+1
* services: time: Implement CalculateSpanBetween.bunnei2020-03-271-1/+1
* service: time: Implement GetStandardLocalSystemClock.bunnei2020-01-051-1/+1
* service: time: Implement GetClockSnapshotFromSystemClockContext.bunnei2020-01-041-1/+1
* service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.bunnei2020-01-041-1/+1
* service: time: Rewrite implementation of glue services.bunnei2020-01-041-9/+8
* service: Update function tablesLioncash2019-11-121-0/+1
* Deglobalize System: TimeDavid Marcec2019-09-221-2/+2
* Implement Time::GetSharedMemoryNativeHandleDavid Marcec2019-06-251-5/+6
* service: Update service function tablesLioncash2019-04-111-2/+8
* Implemented CalculateStandardUserSystemClockDifferenceByUserDavid Marcec2018-11-171-1/+2
* Implement GetClockSnapshotDavid Marcec2018-11-091-1/+1
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* time: Add the time:a serviceLioncash2018-07-251-6/+6
* time: Simplify interface creationLioncash2018-07-241-0/+32