am/applets: Add Applet superclass to describe a generic applet

Adds an Initialize and Execute methods which are used by the ILibraryAppletAccessor to start and control the applet.
This commit is contained in:
Zach Hilman 2018-11-09 20:09:37 -05:00
parent b1fd8313f8
commit a9fbd4ad68
3 changed files with 77 additions and 0 deletions

View file

@ -150,6 +150,8 @@ add_library(core STATIC
hle/service/am/applet_ae.h
hle/service/am/applet_oe.cpp
hle/service/am/applet_oe.h
hle/service/am/applets/applets.cpp
hle/service/am/applets/applets.h
hle/service/am/idle.cpp
hle/service/am/idle.h
hle/service/am/omm.cpp