aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/time/time.cpp
AgeCommit message (Expand)Author
2019-01-07settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman
2019-01-07time: Use custom RTC settings if applicable for gameZach Hilman
2018-12-29service/time: Minor cleanup to GetClockSnapshot()Lioncash
2018-12-29service/time: Fill in some structures and remove padding where not necessaryLioncash
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-17Implemented CalculateStandardUserSystemClockDifferenceByUserDavid Marcec
2018-11-10Added maybe_unusedDavid Marcec
2018-11-10Added ToPosixTime & ToPosixTimeWithMyRuleDavid Marcec
2018-11-10Added consts and staticDavid Marcec
2018-11-10Implement GetClockSnapshotDavid Marcec
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-07service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule()Lioncash
2018-07-25Merge pull request #801 from lioncash/timeMat M
2018-07-25time: Add the time:a serviceLioncash
2018-07-24time: Simplify interface creationLioncash
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-01Service/time: implement posix time to calendar conversionmailwl
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash
2018-04-24time: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon12
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