summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: Reduce header include overheadMorph2021-10-071-1/+0
* service: time: Setup the network clock with the local clock contextMorph2021-04-081-1/+1
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-1/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-2/+2
* service: time: Update current time with changes to RTC setting.bunnei2020-10-131-8/+1
* service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.bunnei2020-04-151-0/+1
* services: time: Implement CalculateSpanBetween.bunnei2020-03-271-0/+1
* service: time: Implement GetStandardLocalSystemClock.bunnei2020-01-051-0/+1
* service: time: Implement GetClockSnapshotFromSystemClockContext.bunnei2020-01-041-0/+1
* service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.bunnei2020-01-041-0/+1
* service: time: Rewrite implementation of glue services.bunnei2020-01-041-76/+24
* Deglobalize System: TimeDavid Marcec2019-09-221-1/+3
* Addressed issuesDavid Marcec2019-06-261-0/+1
* Implement Time::GetSharedMemoryNativeHandleDavid Marcec2019-06-251-2/+8
* service/time: Fill in some structures and remove padding where not necessaryLioncash2018-12-301-5/+7
* Implemented CalculateStandardUserSystemClockDifferenceByUserDavid Marcec2018-11-171-0/+1
* Added maybe_unusedDavid Marcec2018-11-101-0/+1
* Implement GetClockSnapshotDavid Marcec2018-11-091-0/+18
* 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