index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
time
/
time.cpp
Age
Commit message (
Expand
)
Author
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
2018-12-29
service/time: Fill in some structures and remove padding where not necessary
Lioncash
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-17
Implemented CalculateStandardUserSystemClockDifferenceByUser
David Marcec
2018-11-10
Added maybe_unused
David Marcec
2018-11-10
Added ToPosixTime & ToPosixTimeWithMyRule
David Marcec
2018-11-10
Added consts and static
David Marcec
2018-11-10
Implement GetClockSnapshot
David Marcec
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-07
service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule()
Lioncash
2018-07-25
Merge pull request #801 from lioncash/time
Mat M
2018-07-25
time: Add the time:a service
Lioncash
2018-07-24
time: Simplify interface creation
Lioncash
2018-07-24
core_timing: Split off utility functions into core_timing_util
MerryMage
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-01
Service/time: implement posix time to calendar conversion
mailwl
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-30
core_timing: Namespace all functions and constants in core_timing's header
Lioncash
2018-04-24
time: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-17
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-03-19
Clean Warnings (?)
N00byKing
2018-02-21
time: Add GetStandardLocalSystemClock, used by libnx
shinyquagsire23
2018-02-07
Service: stub some functions in am, audio, time, vi services
mailwl
2018-02-04
logger: Add Time service logging category.
bunnei
2018-01-25
time: Implement ISteadyClock::GetCurrentTimePoint.
bunnei
2018-01-24
time: Stub GetSystemClockContext function.
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
[next]