applets: Add StubApplet
This will log all data it receives, log all calls to its methods and push dummy data into both channels on execution.
This commit is contained in:
parent
ec38b4e883
commit
699900eed0
3 changed files with 98 additions and 0 deletions
|
@ -156,6 +156,8 @@ add_library(core STATIC
|
|||
hle/service/am/applets/applets.h
|
||||
hle/service/am/applets/software_keyboard.cpp
|
||||
hle/service/am/applets/software_keyboard.h
|
||||
hle/service/am/applets/stub_applet.cpp
|
||||
hle/service/am/applets/stub_applet.h
|
||||
hle/service/am/idle.cpp
|
||||
hle/service/am/idle.h
|
||||
hle/service/am/omm.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue