aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/time/time.cpp
AgeCommit message (Expand)Author
2021-04-11Merge pull request #6170 from Morph1984/more-time-fixesbunnei
2021-04-08service: time: Setup the network clock with the local clock contextMorph
2021-04-07service: time: Fix CalculateStandardUserSystemClockDifferenceByUserMorph
2021-03-13Merge pull request #6054 from Morph1984/time-GetClockSnapshotbunnei
2021-03-10time: Fix CalculateSpanBetween implementationMorph
2021-03-10time: Assign the current time point to the ClockSnapshotMorph
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei
2020-12-06hle: kernel: Rewrite scheduler implementation based on Mesopshere.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-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...David
2020-07-11Merge pull request #4203 from VolcaEM/servicesbunnei
2020-06-29service: Update function tablesVolcaEM
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-04-19service/time: Remove reliance on the global system accessorLioncash
2020-04-14service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.bunnei
2020-03-27services: time: Implement CalculateSpanBetween.bunnei
2020-02-11Core: Set all hardware emulation constants in a single file.Fernando Sahmkow
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-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-12service: Update function tablesLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
2019-09-22Deglobalize System: TimeDavid Marcec
2019-06-26Addressed issuesDavid Marcec
2019-06-26Implement Time::GetSharedMemoryNativeHandleDavid Marcec
2019-06-04core/core_timing_util: Amend casing of cyclesTo* functionsLioncash
2019-06-04core/core_timing_util: Use std::chrono types for specifying time unitsLioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash
2019-01-07settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman
2019-01-07time: Use custom RTC settings if applicable for gameZach Hilman
2018-12-29service/time: Minor cleanup to GetClockSnapshot()Lioncash
2018-12-29service/time: Fill in some structures and remove padding where not necessaryLioncash
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-17Implemented CalculateStandardUserSystemClockDifferenceByUserDavid Marcec
2018-11-10Added maybe_unusedDavid Marcec
2018-11-10Added ToPosixTime & ToPosixTimeWithMyRuleDavid Marcec
2018-11-10Added consts and staticDavid Marcec
2018-11-10Implement GetClockSnapshotDavid Marcec
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-07service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule()Lioncash
2018-07-25Merge pull request #801 from lioncash/timeMat M
2018-07-25time: Add the time:a serviceLioncash
2018-07-24time: Simplify interface creationLioncash
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-01Service/time: implement posix time to calendar conversionmailwl