summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/stub_applet.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* applets: Add Error appletZach Hilman2019-04-171-24/+0
| | | Responsible for displaying error codes and messages
* am: Return StubApplet instead of nullptr when AppletId not foundZach Hilman2018-11-221-7/+0
|
* applets: Add StubAppletZach Hilman2018-11-221-0/+31
This will log all data it receives, log all calls to its methods and push dummy data into both channels on execution.