aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/time/time.cpp
AgeCommit message (Expand)Author
2018-03-19Clean Warnings (?)N00byKing
2018-02-21time: Add GetStandardLocalSystemClock, used by libnxshinyquagsire23
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl
2018-02-04logger: Add Time service logging category.bunnei
2018-01-25time: Implement ISteadyClock::GetCurrentTimePoint.bunnei
2018-01-24time: Stub GetSystemClockContext function.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-24Fix time returning epoch time in milliseconds rather than in secondsgdkchan
2018-01-22Services: Added a todo about returning interfaces as domain objects in lm, hi...Subv
2018-01-22Time: Don't create unnecessary ports when retrieving the clock service sessions.Subv
2018-01-19time: Stub out GetTotalLocationNameCount and some cleanup.bunnei
2018-01-18time: Fix use of CamelCase in ToCalendarTimeWithMyRuleRozlette
2018-01-18time: Refactor time:* to use a single shared moduleRozlette
2018-01-17TIME: consolidate time:* interfaces, stub functions and structsRozlette
2018-01-14time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei