summaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applet_ae.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* am: rewrite appletAE, appletOEGravatar Liam2024-02-111-73/+0
* am: migrate global state to per-applet state structureGravatar Liam2024-01-291-30/+42
* service: split am into componentsGravatar Liam2024-01-291-254/+4
* service: Stub multiple functions to increase stability of album appletGravatar Narr the Reg2023-10-071-2/+18
* service: am: Implement stuff needed for Mii EditGravatar german772023-09-231-16/+32
* service: am: Fix wrong interfaceGravatar Narr the Reg2023-08-021-3/+5
* nvnflinger: fix nameGravatar Liam2023-03-011-18/+18
* service: move hle_ipc from kernelGravatar Liam2023-03-011-23/+23
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-22/+22
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-25/+24
* hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)Gravatar bunnei2020-11-241-10/+11
* ipc_helpers: Remove usage of the global system instanceGravatar Lioncash2020-11-081-1/+1
* am: IHomeMenuFunctions:GetPopFromGeneralChannelEventGravatar David Marcec2020-05-011-1/+1
* service/am: Remove usages of global system accessorsGravatar Lioncash2019-09-041-7/+7
* am: Implement SetCpuBoostMode in terms of APMGravatar Zach Hilman2019-06-281-2/+2
* applets: Pass current process title ID to appletsGravatar Zach Hilman2019-06-241-11/+15
* service: Update service function tablesGravatar Lioncash2019-04-111-0/+8
* service/am/applet_ae: Update function tablesGravatar Lioncash2019-01-291-1/+2
* Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-22/+44
* Ability to switch between docked and undocked mode in-gameGravatar David Marcec2018-11-071-11/+23
* am: Update service function tablesGravatar Lioncash2018-10-211-0/+4
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-101-0/+2
* hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-22/+22
* Stubs for QLaunch (#428)Gravatar Hexagon122018-05-071-3/+117
* am: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-9/+9
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-191-4/+2
* Updated AppletAE with more service names.Gravatar Hexagon122018-04-101-0/+1
* logger: Add AM service logging category.Gravatar bunnei2018-02-041-9/+9
* Service/am: Add AppletAE service (#153)Gravatar mailwl2018-02-021-0/+112