mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 06:47:57 -05:00
Kernel: Added stubbed code to support creation of kernel Archive objects.
This commit is contained in:
@ -33,6 +33,7 @@ set(SRCS core.cpp
|
||||
hle/config_mem.cpp
|
||||
hle/coprocessor.cpp
|
||||
hle/svc.cpp
|
||||
hle/kernel/archive.cpp
|
||||
hle/kernel/event.cpp
|
||||
hle/kernel/kernel.cpp
|
||||
hle/kernel/mutex.cpp
|
||||
@ -78,6 +79,7 @@ set(HEADERS core.h
|
||||
hle/coprocessor.h
|
||||
hle/hle.h
|
||||
hle/svc.h
|
||||
hle/kernel/archive.h
|
||||
hle/kernel/kernel.h
|
||||
hle/kernel/mutex.h
|
||||
hle/kernel/thread.h
|
||||
|
Reference in New Issue
Block a user