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.h
Age
Commit message (
Expand
)
Author
2018-11-17
Implemented CalculateStandardUserSystemClockDifferenceByUser
David Marcec
2018-11-10
Added maybe_unused
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-19
hle/service: Make constructors explicit where applicable
Lioncash
2018-06-01
Service/time: implement posix time to calendar conversion
mailwl
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-02-21
time: Add GetStandardLocalSystemClock, used by libnx
shinyquagsire23
2018-01-25
time: Implement ISteadyClock::GetCurrentTimePoint.
bunnei
2018-01-24
time: Stub GetSystemClockContext function.
bunnei
2018-01-19
time: Stub out GetTotalLocationNameCount and some cleanup.
bunnei
2018-01-18
time: Refactor time:* to use a single shared module
Rozlette
2018-01-17
TIME: consolidate time:* interfaces, stub functions and structs
Rozlette
2018-01-14
time: Implement GetStandardUserSystemClock, GetCurrentTime.
bunnei