Service/am: Add AppletAE service (#153)

* Add AppletAE, step 1: move common interfaces to am.h

* Add AppletAE, step 2
This commit is contained in:
mailwl 2018-02-03 00:03:40 +03:00 committed by bunnei
parent 5ad9b3e19d
commit 1a8f5bfb8e
7 changed files with 571 additions and 379 deletions

View file

@ -84,6 +84,8 @@ add_library(core STATIC
hle/service/acc/acc_u0.h
hle/service/am/am.cpp
hle/service/am/am.h
hle/service/am/applet_ae.cpp
hle/service/am/applet_ae.h
hle/service/am/applet_oe.cpp
hle/service/am/applet_oe.h
hle/service/aoc/aoc_u.cpp