aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/time
AgeCommit message (Expand)Author
2020-04-14service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.bunnei
2020-03-27services: time: Implement CalculateSpanBetween.bunnei
2020-03-18time_zone_content_manager: Fix out of bounds readReinUsesLisp
2020-02-11Core: Set all hardware emulation constants in a single file.Fernando Sahmkow
2020-01-22service: time: Implement ToPosixTimeWithMyRule.bunnei
2020-01-20time: Fix month off-by-one error.bunnei
2020-01-04service: time: Implement GetStandardLocalSystemClock.bunnei
2020-01-04time: Remove overflow error checking (currently breaks ADO builds).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-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
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-04-11service: Update service function tablesLioncash
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-19hle/service: Make constructors explicit where applicableLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-01Service/time: implement posix time to calendar conversionmailwl
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash
2018-04-24time: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon12
2018-03-19Clean Warnings (?)N00byKing
2018-02-23time: Add missing time:s functions, used for libnxshinyquagsire23
2018-02-21time: Add GetStandardLocalSystemClock, used by libnxshinyquagsire23