aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/time/time.h
AgeCommit message (Expand)Author
2021-10-07service: Reduce header include overheadMorph
2021-04-08service: time: Setup the network clock with the local clock contextMorph
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-10-12service: time: Update current time with changes to RTC setting.bunnei
2020-04-14service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.bunnei
2020-03-27services: time: Implement CalculateSpanBetween.bunnei
2020-01-04service: time: Implement GetStandardLocalSystemClock.bunnei
2020-01-04service: time: Implement GetClockSnapshotFromSystemClockContext.bunnei
2020-01-04service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.bunnei
2020-01-04service: time: Rewrite implementation of glue services.bunnei
2019-09-22Deglobalize System: TimeDavid Marcec
2019-06-26Addressed issuesDavid Marcec
2019-06-26Implement Time::GetSharedMemoryNativeHandleDavid Marcec
2018-12-29service/time: Fill in some structures and remove padding where not necessaryLioncash
2018-11-17Implemented CalculateStandardUserSystemClockDifferenceByUserDavid Marcec
2018-11-10Added maybe_unusedDavid Marcec
2018-11-10Implement GetClockSnapshotDavid Marcec
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-06-01Service/time: implement posix time to calendar conversionmailwl
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-02-21time: Add GetStandardLocalSystemClock, used by libnxshinyquagsire23
2018-01-25time: Implement ISteadyClock::GetCurrentTimePoint.bunnei
2018-01-24time: Stub GetSystemClockContext function.bunnei
2018-01-19time: Stub out GetTotalLocationNameCount and some cleanup.bunnei
2018-01-18time: Refactor time:* to use a single shared moduleRozlette
2018-01-17TIME: consolidate time:* interfaces, stub functions and structsRozlette
2018-01-14time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei