summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Liam2024-02-21 21:55:03 -0500
committerGravatar Liam2024-02-21 22:26:12 -0500
commit6c2d6cff19dbd466269dd33bfef8756da68da6be (patch)
tree539d7052ea656d4e29267bd266c78ec2c93c32ef /src/core/CMakeLists.txt
parentMerge pull request #13105 from t895/connection-fix (diff)
downloadyuzu-6c2d6cff19dbd466269dd33bfef8756da68da6be.tar.gz
yuzu-6c2d6cff19dbd466269dd33bfef8756da68da6be.tar.xz
yuzu-6c2d6cff19dbd466269dd33bfef8756da68da6be.zip
psc: move IPmControl, IPmModule, IPmService
Diffstat (limited to 'src/core/CMakeLists.txt')
-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
891 hle/service/pm/pm.h 891 hle/service/pm/pm.h
892 hle/service/prepo/prepo.cpp 892 hle/service/prepo/prepo.cpp
893 hle/service/prepo/prepo.h 893 hle/service/prepo/prepo.h
894 hle/service/psc/pm_control.cpp
895 hle/service/psc/pm_control.h
896 hle/service/psc/pm_module.cpp
897 hle/service/psc/pm_module.h
898 hle/service/psc/pm_service.cpp
899 hle/service/psc/pm_service.h
894 hle/service/psc/psc.cpp 900 hle/service/psc/psc.cpp
895 hle/service/psc/psc.h 901 hle/service/psc/psc.h
896 hle/service/psc/time/alarms.cpp 902 hle/service/psc/time/alarms.cpp