diff options
author | Liam <byteslice@airmail.cc> | 2024-02-12 00:31:29 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2024-02-12 03:59:33 +0100 |
commit | c7e97b22fb6fd14800ad374a13ad21d6a4c829f1 (patch) | |
tree | 23263e4ecf7c77a40a0366ce1ed099ab4b653d62 /src/core/CMakeLists.txt | |
parent | am: rewrite appletAE, appletOE (diff) | |
download | yuzu-c7e97b22fb6fd14800ad374a13ad21d6a4c829f1.tar yuzu-c7e97b22fb6fd14800ad374a13ad21d6a4c829f1.tar.gz yuzu-c7e97b22fb6fd14800ad374a13ad21d6a4c829f1.tar.bz2 yuzu-c7e97b22fb6fd14800ad374a13ad21d6a4c829f1.tar.lz yuzu-c7e97b22fb6fd14800ad374a13ad21d6a4c829f1.tar.xz yuzu-c7e97b22fb6fd14800ad374a13ad21d6a4c829f1.tar.zst yuzu-c7e97b22fb6fd14800ad374a13ad21d6a4c829f1.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 5ae31932c..e2486f2cd 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -429,8 +429,6 @@ add_library(core STATIC hle/service/am/application_creator.h hle/service/am/application_functions.cpp hle/service/am/application_functions.h - hle/service/am/application_proxy.cpp - hle/service/am/application_proxy.h hle/service/am/audio_controller.cpp hle/service/am/audio_controller.h hle/service/am/common_state_getter.cpp @@ -473,6 +471,8 @@ add_library(core STATIC hle/service/am/service/all_system_applet_proxies_service.h hle/service/am/service/application_proxy_service.cpp hle/service/am/service/application_proxy_service.h + hle/service/am/service/application_proxy.cpp + hle/service/am/service/application_proxy.h hle/service/am/system_applet_proxy.cpp hle/service/am/system_applet_proxy.h hle/service/am/system_buffer_manager.cpp |