summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_ae.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* am: migrate global state to per-applet state structureLiam2024-01-301-30/+42
* service: split am into componentsLiam2024-01-301-254/+4
* service: Stub multiple functions to increase stability of album appletNarr the Reg2023-10-081-2/+18
* service: am: Implement stuff needed for Mii Editgerman772023-09-241-16/+32
* service: am: Fix wrong interfaceNarr the Reg2023-08-021-3/+5
* nvnflinger: fix nameLiam2023-03-011-18/+18
* service: move hle_ipc from kernelLiam2023-03-011-23/+23
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-22/+22
* service: Eliminate usages of the global system instanceLioncash2020-11-271-25/+24
* hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei2020-11-241-10/+11
* ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-1/+1
* am: IHomeMenuFunctions:GetPopFromGeneralChannelEventDavid Marcec2020-05-011-1/+1
* service/am: Remove usages of global system accessorsLioncash2019-09-051-7/+7
* am: Implement SetCpuBoostMode in terms of APMZach Hilman2019-06-291-2/+2
* applets: Pass current process title ID to appletsZach Hilman2019-06-251-11/+15
* service: Update service function tablesLioncash2019-04-111-0/+8
* service/am/applet_ae: Update function tablesLioncash2019-01-301-1/+2
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-22/+44
* Ability to switch between docked and undocked mode in-gameDavid Marcec2018-11-071-11/+23
* am: Update service function tablesLioncash2018-10-211-0/+4
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-22/+22
* Stubs for QLaunch (#428)Hexagon122018-05-071-3/+117
* am: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-9/+9
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Updated AppletAE with more service names.Hexagon122018-04-101-0/+1
* logger: Add AM service logging category.bunnei2018-02-041-9/+9
* Service/am: Add AppletAE service (#153)mailwl2018-02-021-0/+112