mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 18:37:49 +00:00
acc_u0: Add IPC interface and stub InitializeApplicationInfo.
This commit is contained in:
parent
6cae0327f7
commit
d4e594651f
6 changed files with 86 additions and 0 deletions
|
@ -37,6 +37,8 @@ set(SRCS
|
|||
hle/kernel/wait_object.cpp
|
||||
hle/lock.cpp
|
||||
hle/romfs.cpp
|
||||
hle/service/acc/acc.cpp
|
||||
hle/service/acc/acc_u0.cpp
|
||||
hle/service/am/am.cpp
|
||||
hle/service/am/applet_oe.cpp
|
||||
hle/service/aoc/aoc_u.cpp
|
||||
|
@ -124,6 +126,8 @@ set(HEADERS
|
|||
hle/lock.h
|
||||
hle/result.h
|
||||
hle/romfs.h
|
||||
hle/service/acc/acc.h
|
||||
hle/service/acc/acc_u0.h
|
||||
hle/service/am/am.h
|
||||
hle/service/am/applet_oe.h
|
||||
hle/service/aoc/aoc_u.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue