summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman1-8/+4
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-8/+8
2018-11-18am: Deglobalize software keyboard appletZach Hilman1-4/+6
2018-11-18am: Move IStorageAccessor to header and update backing bufferZach Hilman1-0/+26
2018-11-18am: Implement CreateTransferMemoryStorageZach Hilman1-0/+1
2018-11-17Stubbed am:EnableApplicationCrashReportMysticExile1-0/+1
2018-11-07FixupsDavid Marcec1-1/+1
2018-11-07Ability to switch between docked and undocked mode in-gameDavid Marcec1-1/+28
2018-10-19Stubbed home blockingDavid Marcec1-0/+4
2018-09-18Implemented GetDefaultDisplayResolutionDavid Marcec1-0/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+12
2018-08-24Added GetBootMode (#1107)David1-0/+1
2018-08-17Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)greggameplayer1-0/+3
2018-08-16Implement GetDefaultDisplayResolutionChangeEventgreggameplayer1-0/+1
2018-08-08am: Stub SetScreenShotImageOrientation.bunnei1-0/+1
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-06-06am: Stub out IApplicationFunctions::GetPseudoDeviceId.bunnei1-0/+1
2018-06-04am: Implement ILibraryAppletCreator::CreateStorage.bunnei1-0/+1
2018-05-26am: Stub IApplicationFunctions GetDisplayVersion.bunnei1-0/+1
2018-05-26Add & correct miscellaneous things (#470)greggameplayer1-2/+17
2018-05-07Stubs for QLaunch (#428)Hexagon121-0/+25
2018-02-22Stub more functionsmailwl1-0/+7
2018-02-22Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl1-0/+1
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl1-0/+5
2018-02-06IApplicationFunctions: Stub out EnsureSaveData.bunnei1-0/+1
2018-02-02Service/am: Add AppletAE service (#153)mailwl1-0/+93
2018-01-22AppletOE: Make ISelfController keep a reference to nvflinger.Subv1-1/+7
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-12/+3
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+25