summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/stub_applet.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am: Return StubApplet instead of nullptr when AppletId not foundZach Hilman2018-11-221-0/+5
|
* applets: Add StubAppletZach Hilman2018-11-221-0/+65
This will log all data it receives, log all calls to its methods and push dummy data into both channels on execution.