summaryrefslogtreecommitdiff
path: root/src/core/hle/service/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.Gravatar bunnei2020-04-143-1/+25
* services: time: Implement CalculateSpanBetween.Gravatar bunnei2020-03-273-1/+31
* time_zone_content_manager: Fix out of bounds readGravatar ReinUsesLisp2020-03-181-1/+1
* Core: Set all hardware emulation constants in a single file.Gravatar Fernando Sahmkow2020-02-114-4/+8
* service: time: Implement ToPosixTimeWithMyRule.Gravatar bunnei2020-01-224-1/+34
* time: Fix month off-by-one error.Gravatar bunnei2020-01-201-2/+2
* service: time: Implement GetStandardLocalSystemClock.Gravatar bunnei2020-01-043-1/+9
* time: Remove overflow error checking (currently breaks ADO builds).Gravatar bunnei2020-01-042-18/+2
* service: time: Implement GetClockSnapshotFromSystemClockContext.Gravatar bunnei2020-01-043-3/+27
* service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.Gravatar bunnei2020-01-045-1/+51
* service: time: Rewrite implementation of glue services.Gravatar bunnei2020-01-0434-444/+2806
* Merge pull request #3094 from lioncash/tablesGravatar bunnei2019-11-242-2/+12
|\
| * service: Update function tablesGravatar Lioncash2019-11-122-2/+12
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei2019-11-242-3/+3
* | service: Resolve sign conversion errorsGravatar Lioncash2019-11-121-13/+13
|/
* Deglobalize System: TimeGravatar David Marcec2019-09-224-14/+21
* Addressed issuesGravatar David Marcec2019-06-265-37/+53
* Implement Time::GetSharedMemoryNativeHandleGravatar David Marcec2019-06-266-28/+242
* core/core_timing_util: Amend casing of cyclesTo* functionsGravatar Lioncash2019-06-041-2/+2
* core/core_timing_util: Use std::chrono types for specifying time unitsGravatar Lioncash2019-06-041-4/+5
* service: Update service function tablesGravatar Lioncash2019-04-111-2/+8
* core_timing: Convert core timing into a classGravatar Lioncash2019-02-151-2/+5
* core_timing: Rename CoreTiming namespace to Core::TimingGravatar Lioncash2019-02-121-3/+3
* settings: Use std::chrono::seconds instead of s64 for RTCGravatar Zach Hilman2019-01-071-6/+4
* time: Use custom RTC settings if applicable for gameGravatar Zach Hilman2019-01-071-6/+10
* service/time: Minor cleanup to GetClockSnapshot()Gravatar Lioncash2018-12-291-7/+9
* service/time: Fill in some structures and remove padding where not necessaryGravatar Lioncash2018-12-292-7/+9
* Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-7/+18
* Implemented CalculateStandardUserSystemClockDifferenceByUserGravatar David Marcec2018-11-173-1/+18
* Added maybe_unusedGravatar David Marcec2018-11-102-2/+7
* Added ToPosixTime & ToPosixTimeWithMyRuleGravatar David Marcec2018-11-101-2/+41
* Added consts and staticGravatar David Marcec2018-11-101-6/+6
* Implement GetClockSnapshotGravatar David Marcec2018-11-103-21/+88
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-104-0/+6
* service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule()Gravatar Lioncash2018-08-071-2/+2
* Merge pull request #801 from lioncash/timeGravatar Mat M2018-07-255-60/+14
|\
| * time: Add the time:a serviceGravatar Lioncash2018-07-253-10/+11
| * time: Simplify interface creationGravatar Lioncash2018-07-245-60/+13
* | core_timing: Split off utility functions into core_timing_utilGravatar MerryMage2018-07-241-0/+1
|/
* hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-13/+13
* Service/time: implement posix time to calendar conversionGravatar mailwl2018-06-012-14/+72
* general: Make formatting of logged hex values more straightforwardGravatar Lioncash2018-05-021-1/+1
* core_timing: Namespace all functions and constants in core_timing's headerGravatar Lioncash2018-04-301-1/+2
* time: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-12/+12
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-196-24/+12
* Various service name fixes - part 2 (rebased) (#322)Gravatar Hexagon122018-04-173-1/+27
* Clean Warnings (?)Gravatar N00byKing2018-03-191-1/+1
* time: Add missing time:s functions, used for libnxGravatar shinyquagsire232018-02-231-0/+4
* time: Add GetStandardLocalSystemClock, used by libnxGravatar shinyquagsire232018-02-213-0/+9