summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_ae.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-03Rename logging macro back to LOG_*James Rowe1-22/+22
2018-05-07Stubs for QLaunch (#428)Hexagon121-3/+117
* Stubs for QLaunch * Wiped unrelated stuff * Addressed comment * Dropped GetPopFromGeneralChannelEvent
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
Tidies up namespace declarations
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
* Add AppletAE, step 1: move common interfaces to am.h * Add AppletAE, step 2