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
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
2018-01-24
Fix time returning epoch time in milliseconds rather than in seconds
gdkchan
2018-01-22
Services: Added a todo about returning interfaces as domain objects in lm, hi...
Subv
2018-01-22
Time: Don't create unnecessary ports when retrieving the clock service sessions.
Subv
2018-01-19
time: Stub out GetTotalLocationNameCount and some cleanup.
bunnei
2018-01-18
time: Fix use of CamelCase in ToCalendarTimeWithMyRule
Rozlette
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