mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 06:07:58 -05:00
Added am:app service stub.
Apparently nothing at all is known about this service...
This commit is contained in:
@ -32,6 +32,7 @@ set(SRCS
|
||||
hle/kernel/shared_memory.cpp
|
||||
hle/kernel/thread.cpp
|
||||
hle/service/ac_u.cpp
|
||||
hle/service/am_app.cpp
|
||||
hle/service/am_net.cpp
|
||||
hle/service/apt_u.cpp
|
||||
hle/service/boss_u.cpp
|
||||
@ -111,6 +112,7 @@ set(HEADERS
|
||||
hle/kernel/shared_memory.h
|
||||
hle/kernel/thread.h
|
||||
hle/service/ac_u.h
|
||||
hle/service/am_app.h
|
||||
hle/service/am_net.h
|
||||
hle/service/apt_u.h
|
||||
hle/service/boss_u.h
|
||||
|
Reference in New Issue
Block a user