summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-28/+7
2018-01-24Fix time returning epoch time in milliseconds rather than in secondsgdkchan1-1/+1
2018-01-23Services: Added a todo about returning interfaces as domain objects in lm, hid and time.Subv1-0/+6
2018-01-22Time: Don't create unnecessary ports when retrieving the clock service sessions.Subv1-33/+27
2018-01-21service/time: remove accidental #pragmastgsm2-4/+0
2018-01-19time: Add new line to ends of files.bunnei4-4/+4
2018-01-19time: Stub out GetTotalLocationNameCount and some cleanup.bunnei2-4/+12
2018-01-18time: Fix use of CamelCase in ToCalendarTimeWithMyRuleRozlette1-6/+6
2018-01-18time: Refactor time:* to use a single shared moduleRozlette6-26/+103
2018-01-17TIME: consolidate time:* interfaces, stub functions and structsRozlette4-83/+164
2018-01-15time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei4-0/+113