aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applet_ae.cpp
AgeCommit message (Expand)Author
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-07Ability to switch between docked and undocked mode in-gameDavid Marcec
2018-10-21am: Update service function tablesLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-07Stubs for QLaunch (#428)Hexagon12
2018-04-24am: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-10Updated AppletAE with more service names.Hexagon12
2018-02-04logger: Add AM service logging category.bunnei
2018-02-02Service/am: Add AppletAE service (#153)mailwl