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
/
interface.cpp
Age
Commit message (
Expand
)
Author
2021-05-04
service: Resolve cases of member field shadowing
Lioncash
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-04-14
service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.
bunnei
2020-03-27
services: time: Implement CalculateSpanBetween.
bunnei
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-12
service: Update function tables
Lioncash
2019-09-22
Deglobalize System: Time
David Marcec
2019-06-26
Implement Time::GetSharedMemoryNativeHandle
David Marcec
2019-04-11
service: Update service function tables
Lioncash
2018-11-17
Implemented CalculateStandardUserSystemClockDifferenceByUser
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-07-25
time: Add the time:a service
Lioncash
2018-07-24
time: Simplify interface creation
Lioncash