summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-12 02:22:48 +0100
committerLiam <byteslice@airmail.cc>2024-02-12 15:17:21 +0100
commit9e271f20172b61e48241fa9044ab7ff3600ada61 (patch)
tree850d51c5b633cd71317c5650ed022f4e9349becf /src/core/CMakeLists.txt
parentam: rewrite IProcessWindingController (diff)
downloadyuzu-9e271f20172b61e48241fa9044ab7ff3600ada61.tar
yuzu-9e271f20172b61e48241fa9044ab7ff3600ada61.tar.gz
yuzu-9e271f20172b61e48241fa9044ab7ff3600ada61.tar.bz2
yuzu-9e271f20172b61e48241fa9044ab7ff3600ada61.tar.lz
yuzu-9e271f20172b61e48241fa9044ab7ff3600ada61.tar.xz
yuzu-9e271f20172b61e48241fa9044ab7ff3600ada61.tar.zst
yuzu-9e271f20172b61e48241fa9044ab7ff3600ada61.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 935e3c57c..956207fcf 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -439,8 +439,6 @@ add_library(core STATIC
hle/service/am/omm.h
hle/service/am/process.cpp
hle/service/am/process.h
- hle/service/am/self_controller.cpp
- 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
@@ -475,6 +473,8 @@ add_library(core STATIC
hle/service/am/service/library_applet_self_accessor.h
hle/service/am/service/process_winding_controller.cpp
hle/service/am/service/process_winding_controller.h
+ hle/service/am/service/self_controller.cpp
+ hle/service/am/service/self_controller.h
hle/service/am/service/system_applet_proxy.cpp
hle/service/am/service/system_applet_proxy.h
hle/service/am/system_buffer_manager.cpp