summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_ae.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.
* Stubs for QLaunch (#428)Hexagon122018-05-071-0/+2
| | | | | | | | | | * Stubs for QLaunch * Wiped unrelated stuff * Addressed comment * Dropped GetPopFromGeneralChannelEvent
* Service/am: Add AppletAE service (#153)mailwl2018-02-021-0/+30
* Add AppletAE, step 1: move common interfaces to am.h * Add AppletAE, step 2