summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #801 from lioncash/timeMat M2018-07-251-4/+4
|\ | | | | time: Add the time:a service
| * time: Add the time:a serviceLioncash2018-07-251-2/+3
| | | | | | | | Given we already have time:s and time:u, we should also have time:a
| * time: Simplify interface creationLioncash2018-07-241-4/+3
| | | | | | | | We can use one instance of the interface instead of duplicating code.
* | core_timing: Split off utility functions into core_timing_utilMerryMage2018-07-241-0/+1
|/
* Rename logging macro back to LOG_*James Rowe2018-07-031-13/+13
|
* Service/time: implement posix time to calendar conversionmailwl2018-06-011-4/+54
|
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
| | | | | | This makes the formatting expectations more obvious (e.g. any zero padding specified is padding that's entirely dedicated to the value being printed, not any pretty-printing that also gets tacked on).
* core_timing: Namespace all functions and constants in core_timing's headerLioncash2018-04-301-1/+2
| | | | All of these variables and functions are related to timings and should be within the namespace.
* time: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-12/+12
|
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* Various service name fixes - part 2 (rebased) (#322)Hexagon122018-04-171-1/+5
| | | | | | | | | | | | | | | | * Updated ACC with more service names * Updated SVC with more service names * Updated set with more service names * Updated sockets with more service names * Updated SPL with more service names * Updated time with more service names * Updated vi with more service names
* Clean Warnings (?)N00byKing2018-03-191-1/+1
|
* time: Add GetStandardLocalSystemClock, used by libnxshinyquagsire232018-02-221-0/+7
|
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-071-0/+13
|
* logger: Add Time service logging category.bunnei2018-02-051-10/+10
|
* time: Implement ISteadyClock::GetCurrentTimePoint.bunnei2018-01-261-1/+16
|
* time: Stub GetSystemClockContext function.bunnei2018-01-251-2/+10
|
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-8/+8
|
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-28/+7
|
* Fix time returning epoch time in milliseconds rather than in secondsgdkchan2018-01-241-1/+1
|
* Services: Added a todo about returning interfaces as domain objects in lm, hid and time.Subv2018-01-231-0/+6
|
* Time: Don't create unnecessary ports when retrieving the clock service sessions.Subv2018-01-221-33/+27
|
* time: Stub out GetTotalLocationNameCount and some cleanup.bunnei2018-01-191-3/+11
|
* time: Fix use of CamelCase in ToCalendarTimeWithMyRuleRozlette2018-01-181-6/+6
|
* time: Refactor time:* to use a single shared moduleRozlette2018-01-181-17/+11
|
* TIME: consolidate time:* interfaces, stub functions and structsRozlette2018-01-171-2/+128
|
* time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei2018-01-151-0/+16