summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-22 03:55:03 +0100
committerLiam <byteslice@airmail.cc>2024-02-22 04:26:12 +0100
commit6c2d6cff19dbd466269dd33bfef8756da68da6be (patch)
tree539d7052ea656d4e29267bd266c78ec2c93c32ef /src/core/CMakeLists.txt
parentMerge pull request #13105 from t895/connection-fix (diff)
downloadyuzu-6c2d6cff19dbd466269dd33bfef8756da68da6be.tar
yuzu-6c2d6cff19dbd466269dd33bfef8756da68da6be.tar.gz
yuzu-6c2d6cff19dbd466269dd33bfef8756da68da6be.tar.bz2
yuzu-6c2d6cff19dbd466269dd33bfef8756da68da6be.tar.lz
yuzu-6c2d6cff19dbd466269dd33bfef8756da68da6be.tar.xz
yuzu-6c2d6cff19dbd466269dd33bfef8756da68da6be.tar.zst
yuzu-6c2d6cff19dbd466269dd33bfef8756da68da6be.zip
Diffstat (limited to '')
-rw-r--r--src/core/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index f67a12f8f..6610da751 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -891,6 +891,12 @@ add_library(core STATIC
hle/service/pm/pm.h
hle/service/prepo/prepo.cpp
hle/service/prepo/prepo.h
+ hle/service/psc/pm_control.cpp
+ hle/service/psc/pm_control.h
+ hle/service/psc/pm_module.cpp
+ hle/service/psc/pm_module.h
+ hle/service/psc/pm_service.cpp
+ hle/service/psc/pm_service.h
hle/service/psc/psc.cpp
hle/service/psc/psc.h
hle/service/psc/time/alarms.cpp