summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-12 01:23:26 +0100
committerLiam <byteslice@airmail.cc>2024-02-12 03:59:33 +0100
commitaf35057212949c4a1088157b4f2e6e592f23f5ee (patch)
tree280704e9b7dd4969dbfa23162c69fd40fd4eadfc /src/core/CMakeLists.txt
parentam: rewrite IAudioController (diff)
downloadyuzu-af35057212949c4a1088157b4f2e6e592f23f5ee.tar
yuzu-af35057212949c4a1088157b4f2e6e592f23f5ee.tar.gz
yuzu-af35057212949c4a1088157b4f2e6e592f23f5ee.tar.bz2
yuzu-af35057212949c4a1088157b4f2e6e592f23f5ee.tar.lz
yuzu-af35057212949c4a1088157b4f2e6e592f23f5ee.tar.xz
yuzu-af35057212949c4a1088157b4f2e6e592f23f5ee.tar.zst
yuzu-af35057212949c4a1088157b4f2e6e592f23f5ee.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 8e4928e08..236051515 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -421,8 +421,6 @@ add_library(core STATIC
hle/service/am/applet_data_broker.cpp
hle/service/am/applet_data_broker.h
hle/service/am/applet_manager.h
- hle/service/am/applet_common_functions.cpp
- hle/service/am/applet_common_functions.h
hle/service/am/applet_message_queue.cpp
hle/service/am/applet_message_queue.h
hle/service/am/application_creator.cpp
@@ -465,6 +463,8 @@ add_library(core STATIC
hle/service/am/self_controller.h
hle/service/am/service/all_system_applet_proxies_service.cpp
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_proxy_service.cpp
hle/service/am/service/application_proxy_service.h
hle/service/am/service/application_proxy.cpp