aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/time/time.cpp
AgeCommit message (Expand)Author
2024-01-24Rework time service to fix time passing offline.Kelebek1
2023-06-07time: Use compile time division for TimeSpanType conversionMorph
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-03core: Remove unused includesameerj
2021-10-07service: Reduce header include overheadMorph
2021-07-14service: Append service name prefix to common filenamesMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-05hle: kernel: Migrate KClientPort to KAutoObject.bunnei
2021-05-05hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...bunnei
2021-05-05hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei
2021-04-19time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshotMorph
2021-04-19time: Fix GetClockSnapshotFromSystemClockContextMorph
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