summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_ae.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
| | | | | Prevents implicit construction and makes these lingering non-explicit constructors consistent with the rest of the other classes in services.
* Rename logging macro back to LOG_*James Rowe2018-07-031-22/+22
|
* Stubs for QLaunch (#428)Hexagon122018-05-071-3/+117
| | | | | | | | | | * Stubs for QLaunch * Wiped unrelated stuff * Addressed comment * Dropped GetPopFromGeneralChannelEvent
* 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
| | | | Tidies up namespace declarations
* 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
* Add AppletAE, step 1: move common interfaces to am.h * Add AppletAE, step 2