summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_oe.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
| | | | | Prevents implicit construction and makes these lingering non-explicit constructors consistent with the rest of the other classes in services.
* Service/am: Add AppletAE service (#153)mailwl2018-02-021-6/+0
| | | | | | * 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/+8
| | | | It'll be needed when we implement CreateManagedDisplayLayer.
* acc, set, applet_oe: stub various functions, add set service (#105)goaaats2018-01-191-0/+6
| | | | | | | | | | | | | | * Stubs for various acc:u0 funcs needed * Stub for GetDesiredLanguage in IApplicationFunctions * Add set service + stubs needed for games * Fix formatting * Implement IProfile, IManagerForApplication, return bool in CheckAvailability, style fixes * Remove IProfile::Get(needs more research), fix IPC response sizes
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
|
* applet_oe: Stub out a bunch of interfaces necessary for boot.bunnei2017-12-291-0/+4
|
* service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei2017-12-281-2/+2
|
* hle: Add service stubs for apm and appletOE.bunnei2017-10-151-0/+19