summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_ae.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01nvnflinger: fix nameLiam1-18/+18
2023-03-01service: move hle_ipc from kernelLiam1-23/+23
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-22/+22
2020-11-27service: Eliminate usages of the global system instanceLioncash1-25/+24
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei1-10/+11
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-1/+1
2020-05-01am: IHomeMenuFunctions:GetPopFromGeneralChannelEventDavid Marcec1-1/+1
2019-09-22configure_debug: Move reporting option to loggingZach Hilman1-1/+1
2019-09-21services: Pass FileSystemController as reference to services that need itZach Hilman1-1/+1
2019-09-05service/am: Remove usages of global system accessorsLioncash1-7/+7
2019-06-29am: Implement SetCpuBoostMode in terms of APMZach Hilman1-2/+2
2019-06-25applets: Pass current process title ID to appletsZach Hilman1-11/+15
2019-04-11service: Update service function tablesLioncash1-0/+8
2019-01-30service/am/applet_ae: Update function tablesLioncash1-1/+2
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-22/+44
2018-11-07Ability to switch between docked and undocked mode in-gameDavid Marcec1-11/+23
2018-10-21am: Update service function tablesLioncash1-0/+4
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-22/+22
2018-05-07Stubs for QLaunch (#428)Hexagon121-3/+117
2018-04-24am: Move logging macros over to new fmt-compatible onesLioncash1-9/+9
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-10Updated AppletAE with more service names.Hexagon121-0/+1
2018-02-04logger: Add AM service logging category.bunnei1-9/+9
2018-02-02Service/am: Add AppletAE service (#153)mailwl1-0/+112