mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 19:47:57 -05:00
acc_u0: Add IPC interface and stub InitializeApplicationInfo.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user