summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-09-04 00:35:38 +0200
committerGitHub <noreply@github.com>2022-09-04 00:35:38 +0200
commit3faa1c54b674dc274b36bcc09605341472f11fa2 (patch)
treed2e2eb36391198ef2e1454d6eb4a60dd7c2c7ccb /src/core/CMakeLists.txt
parentMerge pull request #8833 from Morph1984/vs2022-again (diff)
parentcore: ns: Implement pl:s service (diff)
downloadyuzu-3faa1c54b674dc274b36bcc09605341472f11fa2.tar
yuzu-3faa1c54b674dc274b36bcc09605341472f11fa2.tar.gz
yuzu-3faa1c54b674dc274b36bcc09605341472f11fa2.tar.bz2
yuzu-3faa1c54b674dc274b36bcc09605341472f11fa2.tar.lz
yuzu-3faa1c54b674dc274b36bcc09605341472f11fa2.tar.xz
yuzu-3faa1c54b674dc274b36bcc09605341472f11fa2.tar.zst
yuzu-3faa1c54b674dc274b36bcc09605341472f11fa2.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 25b39c52b..806e7ff6c 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -538,14 +538,14 @@ add_library(core STATIC
hle/service/npns/npns.cpp
hle/service/npns/npns.h
hle/service/ns/errors.h
+ hle/service/ns/iplatform_service_manager.cpp
+ hle/service/ns/iplatform_service_manager.h
hle/service/ns/language.cpp
hle/service/ns/language.h
hle/service/ns/ns.cpp
hle/service/ns/ns.h
hle/service/ns/pdm_qry.cpp
hle/service/ns/pdm_qry.h
- hle/service/ns/pl_u.cpp
- hle/service/ns/pl_u.h
hle/service/nvdrv/devices/nvdevice.h
hle/service/nvdrv/devices/nvdisp_disp0.cpp
hle/service/nvdrv/devices/nvdisp_disp0.h