summaryrefslogtreecommitdiff
path: root/src/core/hle/service/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* time_zone: Use std::chrono::seconds for strong typing.Gravatar bunnei2020-05-121-1/+1
* hle: service: time_zone_manager: Use current time zone setting.Gravatar bunnei2020-05-112-3/+32
* Merge pull request #3730 from lioncash/timeGravatar bunnei2020-04-231-24/+26
|\
| * service/time: Remove reliance on the global system accessorGravatar Lioncash2020-04-191-24/+26
* | Merge pull request #3698 from lioncash/warningGravatar bunnei2020-04-211-2/+2
|\ \ | |/ |/|
| * time_zone_manager: Resolve sign conversion warningsGravatar Lioncash2020-04-161-2/+2
* | time/system_clock_core: Remove unnecessary initializerGravatar Lioncash2020-04-171-1/+1
* | service/time: Mark IsStandardNetworkSystemClockAccuracySufficient as constGravatar Lioncash2020-04-171-1/+1
* | service/time: Add virtual destructors where applicableGravatar Lioncash2020-04-173-2/+3
* | service: time: Update for new shared memory layout.Gravatar bunnei2020-04-171-3/+2
|/
* Merge pull request #3673 from lioncash/extraGravatar bunnei2020-04-161-7/+7
|\
| * CMakeLists: Specify -Wextra on linux buildsGravatar Lioncash2020-04-151-7/+7
* | 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