summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-12 01:31:01 +0100
committerLiam <byteslice@airmail.cc>2024-02-12 15:16:00 +0100
commit44e7e85f231b611130f71405b5258f5250e8785b (patch)
tree47b33fdb9a3f2eadf4e2fd920804b26ab0bd21cd /src/core/CMakeLists.txt
parentam: rewrite IAppletCommonFunctions (diff)
downloadyuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.gz
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.bz2
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.lz
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.xz
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.tar.zst
yuzu-44e7e85f231b611130f71405b5258f5250e8785b.zip
Diffstat (limited to '')
-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 236051515..5d3f4cf1d 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -425,8 +425,6 @@ add_library(core STATIC
hle/service/am/applet_message_queue.h
hle/service/am/application_creator.cpp
hle/service/am/application_creator.h
- hle/service/am/application_functions.cpp
- hle/service/am/application_functions.h
hle/service/am/common_state_getter.cpp
hle/service/am/common_state_getter.h
hle/service/am/debug_functions.cpp
@@ -465,6 +463,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_functions.cpp
+ hle/service/am/service/application_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