summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/stub_applet.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.