summaryrefslogtreecommitdiff
path: root/src/core/hle/service/time/time.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework time service to fix time passing offline.Gravatar Kelebek12024-01-241-51/+0
* service: move hle_ipc from kernelGravatar Liam2023-03-011-12/+12
* service: refactor server architectureGravatar Liam2023-02-211-2/+1
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* service: Reduce header include overheadGravatar Morph2021-10-071-1/+0
* service: time: Setup the network clock with the local clock contextGravatar Morph2021-04-081-1/+1
* core: hle: kernel: Rename Thread to KThread.Gravatar bunnei2021-01-281-1/+1
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-2/+2
* service: time: Update current time with changes to RTC setting.Gravatar bunnei2020-10-121-8/+1
* service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.Gravatar bunnei2020-04-141-0/+1
* services: time: Implement CalculateSpanBetween.Gravatar bunnei2020-03-271-0/+1
* service: time: Implement GetStandardLocalSystemClock.Gravatar bunnei2020-01-041-0/+1
* service: time: Implement GetClockSnapshotFromSystemClockContext.Gravatar bunnei2020-01-041-0/+1
* service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.Gravatar bunnei2020-01-041-0/+1
* service: time: Rewrite implementation of glue services.Gravatar bunnei2020-01-041-76/+24
* Deglobalize System: TimeGravatar David Marcec2019-09-221-1/+3
* Addressed issuesGravatar David Marcec2019-06-261-0/+1
* Implement Time::GetSharedMemoryNativeHandleGravatar David Marcec2019-06-261-2/+8
* service/time: Fill in some structures and remove padding where not necessaryGravatar Lioncash2018-12-291-5/+7
* Implemented CalculateStandardUserSystemClockDifferenceByUserGravatar David Marcec2018-11-171-0/+1
* Added maybe_unusedGravatar David Marcec2018-11-101-0/+1
* Implement GetClockSnapshotGravatar David Marcec2018-11-101-0/+18
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-101-0/+1
* hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-191-1/+1
* Service/time: implement posix time to calendar conversionGravatar mailwl2018-06-011-10/+18
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-191-4/+2
* time: Add GetStandardLocalSystemClock, used by libnxGravatar shinyquagsire232018-02-211-0/+1
* time: Implement ISteadyClock::GetCurrentTimePoint.Gravatar bunnei2018-01-251-0/+6
* time: Stub GetSystemClockContext function.Gravatar bunnei2018-01-241-0/+7
* time: Stub out GetTotalLocationNameCount and some cleanup.Gravatar bunnei2018-01-191-1/+1
* time: Refactor time:* to use a single shared moduleGravatar Rozlette2018-01-181-9/+13
* TIME: consolidate time:* interfaces, stub functions and structsGravatar Rozlette2018-01-171-0/+36
* time: Implement GetStandardUserSystemClock, GetCurrentTime.Gravatar bunnei2018-01-141-0/+16