aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/time
AgeCommit message (Expand)Author
2020-05-12time_zone: Use std::chrono::seconds for strong typing.bunnei
2020-05-11hle: service: time_zone_manager: Use current time zone setting.bunnei
2020-04-23Merge pull request #3730 from lioncash/timebunnei
2020-04-21Merge pull request #3698 from lioncash/warningbunnei
2020-04-19service/time: Remove reliance on the global system accessorLioncash
2020-04-17time/system_clock_core: Remove unnecessary initializerLioncash
2020-04-17service/time: Mark IsStandardNetworkSystemClockAccuracySufficient as constLioncash
2020-04-17service/time: Add virtual destructors where applicableLioncash
2020-04-17service: time: Update for new shared memory layout.bunnei
2020-04-16time_zone_manager: Resolve sign conversion warningsLioncash
2020-04-16Merge pull request #3673 from lioncash/extrabunnei
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
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