index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
time
/
time.cpp
Age
Commit message (
Expand
)
Author
2024-01-24
Rework time service to fix time passing offline.
Kelebek1
2023-06-07
time: Use compile time division for TimeSpanType conversion
Morph
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-10-07
service: Reduce header include overhead
Morph
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-04-19
time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshot
Morph
2021-04-19
time: Fix GetClockSnapshotFromSystemClockContext
Morph
2021-04-11
Merge pull request #6170 from Morph1984/more-time-fixes
bunnei
2021-04-08
service: time: Setup the network clock with the local clock context
Morph
2021-04-07
service: time: Fix CalculateStandardUserSystemClockDifferenceByUser
Morph
2021-03-13
Merge pull request #6054 from Morph1984/time-GetClockSnapshot
bunnei
2021-03-10
time: Fix CalculateSpanBetween implementation
Morph
2021-03-10
time: Assign the current time point to the ClockSnapshot
Morph
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2020-12-06
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-10-12
service: time: Update current time with changes to RTC setting.
bunnei
2020-08-03
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
2020-07-11
Merge pull request #4203 from VolcaEM/services
bunnei
2020-06-29
service: Update function tables
VolcaEM
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-04-19
service/time: Remove reliance on the global system accessor
Lioncash
2020-04-14
service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.
bunnei
2020-03-27
services: time: Implement CalculateSpanBetween.
bunnei
2020-02-11
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2020-01-04
service: time: Implement GetStandardLocalSystemClock.
bunnei
2020-01-04
service: time: Implement GetClockSnapshotFromSystemClockContext.
bunnei
2020-01-04
service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.
bunnei
2020-01-04
service: time: Rewrite implementation of glue services.
bunnei
2019-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-12
service: Update function tables
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-09-22
Deglobalize System: Time
David Marcec
2019-06-26
Addressed issues
David Marcec
2019-06-26
Implement Time::GetSharedMemoryNativeHandle
David Marcec
2019-06-04
core/core_timing_util: Amend casing of cyclesTo* functions
Lioncash
2019-06-04
core/core_timing_util: Use std::chrono types for specifying time units
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-01-07
settings: Use std::chrono::seconds instead of s64 for RTC
Zach Hilman
2019-01-07
time: Use custom RTC settings if applicable for game
Zach Hilman
2018-12-29
service/time: Minor cleanup to GetClockSnapshot()
Lioncash
[next]