am: add IApplicationAccessor

This commit is contained in:
Liam 2024-02-11 20:45:40 -05:00
parent 927fa532e5
commit bbb1ff6574
3 changed files with 180 additions and 0 deletions

View file

@ -441,6 +441,8 @@ add_library(core STATIC
hle/service/am/service/all_system_applet_proxies_service.h
hle/service/am/service/applet_common_functions.cpp
hle/service/am/service/applet_common_functions.h
hle/service/am/service/application_accessor.cpp
hle/service/am/service/application_accessor.h
hle/service/am/service/application_functions.cpp
hle/service/am/service/application_functions.h
hle/service/am/service/application_proxy_service.cpp