summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-10-07service: Reduce header include overheadMorph1-1/+0
2021-04-08service: time: Setup the network clock with the local clock contextMorph1-1/+1
2021-01-29core: hle: kernel: Rename Thread to KThread.bunnei1-1/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-2/+2
2020-10-13service: time: Update current time with changes to RTC setting.bunnei1-8/+1
2020-04-15service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.bunnei1-0/+1
2020-03-27services: time: Implement CalculateSpanBetween.bunnei1-0/+1
2020-01-05service: time: Implement GetStandardLocalSystemClock.bunnei1-0/+1
2020-01-04service: time: Implement GetClockSnapshotFromSystemClockContext.bunnei1-0/+1
2020-01-04service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.bunnei1-0/+1
2020-01-04service: time: Rewrite implementation of glue services.bunnei1-76/+24
2019-09-22Deglobalize System: TimeDavid Marcec1-1/+3
2019-06-26Addressed issuesDavid Marcec1-0/+1
2019-06-25Implement Time::GetSharedMemoryNativeHandleDavid Marcec1-2/+8
2018-12-30service/time: Fill in some structures and remove padding where not necessaryLioncash1-5/+7
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