summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_ae.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-07Stubs for QLaunch (#428)Hexagon121-0/+2
* Stubs for QLaunch * Wiped unrelated stuff * Addressed comment * Dropped GetPopFromGeneralChannelEvent
2018-02-02Service/am: Add AppletAE service (#153)mailwl1-10/+4
* Add AppletAE, step 1: move common interfaces to am.h * Add AppletAE, step 2
2018-01-22AppletOE: Make ISelfController keep a reference to nvflinger.Subv1-1/+8
It'll be needed when we implement CreateManagedDisplayLayer.
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats1-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
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