summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_ae.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* am: rewrite appletAE, appletOELiam2024-02-121-39/+0
* am: migrate global state to per-applet state structureLiam2024-01-301-6/+4
* nvnflinger: fix nameLiam2023-03-011-4/+4
* service: move hle_ipc from kernelLiam2023-03-011-3/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: Reduce header include overheadMorph2021-10-071-1/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-3/+2
* hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei2020-11-241-2/+2
* am: Implement ISelfController ExitZach Hilman2019-09-221-0/+2
* services: Pass FileSystemController as reference to services that need itZach Hilman2019-09-211-0/+4
* applets: Pass current process title ID to appletsZach Hilman2019-06-251-1/+2
* Ability to switch between docked and undocked mode in-gameDavid Marcec2018-11-071-1/+5
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-1/+1
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Stubs for QLaunch (#428)Hexagon122018-05-071-0/+2
* Service/am: Add AppletAE service (#153)mailwl2018-02-021-0/+30