mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 08:07:51 +00:00
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:
parent
e6a83e2024
commit
e974ad29c7
7 changed files with 571 additions and 379 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue