summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stub more functionsmailwl2018-02-221-0/+7
|
* Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl2018-02-221-0/+1
|
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-071-0/+5
|
* IApplicationFunctions: Stub out EnsureSaveData.bunnei2018-02-061-0/+1
|
* Service/am: Add AppletAE service (#153)mailwl2018-02-021-0/+93
| | | | | | * Add AppletAE, step 1: move common interfaces to am.h * Add AppletAE, step 2
* AppletOE: Make ISelfController keep a reference to nvflinger.Subv2018-01-221-1/+7
| | | | It'll be needed when we implement CreateManagedDisplayLayer.
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
|
* hle: Add service stubs for apm and appletOE.bunnei2017-10-151-0/+16
|
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-164/+0
|
* Update AM service function tablesLioncash2016-12-081-10/+10
| | | | Updated based off information from 3dbrew.
* update the code of AM service! (#1623)JamePeng2016-04-081-11/+115
|
* services: Get rid of unnecessary includesLioncash2016-02-021-3/+3
|
* Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Subv2015-07-211-0/+13
| | | | | | Named the service functions in am:app as per 3dbrew. This fixes an illegal read loop in Steel Diver
* Services: Continue separation of services into their own folderspurpasmart962015-06-121-0/+47