summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Liam2024-02-21 22:25:31 -0500
committerGravatar Liam2024-02-21 22:54:05 -0500
commite85466c1ae5c993617920f28e9ee1799591d4a9a (patch)
tree06e0610553d633da38488813ee3bf33987cf4bf3 /src/core/CMakeLists.txt
parentpsc: rewrite IPmService (diff)
downloadyuzu-e85466c1ae5c993617920f28e9ee1799591d4a9a.tar.gz
yuzu-e85466c1ae5c993617920f28e9ee1799591d4a9a.tar.xz
yuzu-e85466c1ae5c993617920f28e9ee1799591d4a9a.zip
psc: stub overlay notification channel
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 6610da751..a9ee535e3 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -891,6 +891,15 @@ 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/ovln/ovln_types.h
895 hle/service/psc/ovln/receiver_service.cpp
896 hle/service/psc/ovln/receiver_service.h
897 hle/service/psc/ovln/receiver.cpp
898 hle/service/psc/ovln/receiver.h
899 hle/service/psc/ovln/sender_service.cpp
900 hle/service/psc/ovln/sender_service.h
901 hle/service/psc/ovln/sender.cpp
902 hle/service/psc/ovln/sender.h
894 hle/service/psc/pm_control.cpp 903 hle/service/psc/pm_control.cpp
895 hle/service/psc/pm_control.h 904 hle/service/psc/pm_control.h
896 hle/service/psc/pm_module.cpp 905 hle/service/psc/pm_module.cpp