diff options
author | Liam <byteslice@airmail.cc> | 2024-02-12 02:45:40 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2024-02-12 15:17:25 +0100 |
commit | bbb1ff6574b2e4e13b3aec68c20e62c622845859 (patch) | |
tree | 9436432f9913b8b3162f33c6c2130eadd7308e7e /src/core/CMakeLists.txt | |
parent | am: rewrite ILockAccessor (diff) | |
download | yuzu-bbb1ff6574b2e4e13b3aec68c20e62c622845859.tar yuzu-bbb1ff6574b2e4e13b3aec68c20e62c622845859.tar.gz yuzu-bbb1ff6574b2e4e13b3aec68c20e62c622845859.tar.bz2 yuzu-bbb1ff6574b2e4e13b3aec68c20e62c622845859.tar.lz yuzu-bbb1ff6574b2e4e13b3aec68c20e62c622845859.tar.xz yuzu-bbb1ff6574b2e4e13b3aec68c20e62c622845859.tar.zst yuzu-bbb1ff6574b2e4e13b3aec68c20e62c622845859.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 073e42e00..db27e0f3e 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -441,6 +441,8 @@ add_library(core STATIC hle/service/am/service/all_system_applet_proxies_service.h hle/service/am/service/applet_common_functions.cpp hle/service/am/service/applet_common_functions.h + hle/service/am/service/application_accessor.cpp + hle/service/am/service/application_accessor.h hle/service/am/service/application_functions.cpp hle/service/am/service/application_functions.h hle/service/am/service/application_proxy_service.cpp |