diff options
| author | 2024-02-21 22:25:31 -0500 | |
|---|---|---|
| committer | 2024-02-21 22:54:05 -0500 | |
| commit | e85466c1ae5c993617920f28e9ee1799591d4a9a (patch) | |
| tree | 06e0610553d633da38488813ee3bf33987cf4bf3 /src/core/CMakeLists.txt | |
| parent | psc: rewrite IPmService (diff) | |
| download | yuzu-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.txt | 9 |
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 |