am/applets: Add connector between frontend and AM applet classes

Provides a middleman between the Frontend provider class and the expected AM::Applets::Applet class needed by ILibraryAppletAccessor
This commit is contained in:
Zach Hilman 2018-11-09 20:12:12 -05:00
parent ae53b84efd
commit de16c1e453
3 changed files with 130 additions and 0 deletions

View file

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