mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 03:17:53 +00:00
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:
parent
b1fd8313f8
commit
a9fbd4ad68
3 changed files with 77 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue