summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/interface.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14service: Append service name prefix to common filenamesMorph1-21/+0
2021-05-04service: Resolve cases of member field shadowingLioncash1-1/+1
2020-01-04service: time: Rewrite implementation of glue services.bunnei1-5/+6
2019-09-22Deglobalize System: TimeDavid Marcec1-1/+1
2019-06-26Addressed issuesDavid Marcec1-0/+2
2019-06-25Implement Time::GetSharedMemoryNativeHandleDavid Marcec1-2/+3
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+1
2018-07-25time: Add the time:a serviceLioncash1-2/+2
2018-07-24time: Simplify interface creationLioncash1-2/+2
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-01-19time: Add new line to ends of files.bunnei1-1/+1
2018-01-18time: Refactor time:* to use a single shared moduleRozlette1-0/+18
2018-01-17TIME: consolidate time:* interfaces, stub functions and structsRozlette1-23/+0
2018-01-15time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei1-6/+6
2018-01-15audio: Stub out AudOutU::ListAudioOuts.bunnei1-6/+6
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29applet_oe: Stub out a bunch of interfaces necessary for boot.bunnei1-0/+4
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei1-2/+2
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-8/+5
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+22