summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-25 21:51:43 +0200
committerGitHub <noreply@github.com>2018-04-25 21:51:43 +0200
commit23d68a07dc75a527590ea3c86a4b767554a69777 (patch)
treea72c0c59d5798f98f3629745124853fbf0b79627 /src/core/CMakeLists.txt
parentMerge pull request #397 from lioncash/core (diff)
parentService/PCTL: convert to module, add services, stub (diff)
downloadyuzu-23d68a07dc75a527590ea3c86a4b767554a69777.tar
yuzu-23d68a07dc75a527590ea3c86a4b767554a69777.tar.gz
yuzu-23d68a07dc75a527590ea3c86a4b767554a69777.tar.bz2
yuzu-23d68a07dc75a527590ea3c86a4b767554a69777.tar.lz
yuzu-23d68a07dc75a527590ea3c86a4b767554a69777.tar.xz
yuzu-23d68a07dc75a527590ea3c86a4b767554a69777.tar.zst
yuzu-23d68a07dc75a527590ea3c86a4b767554a69777.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 b3807c204..f4be926e4 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -181,10 +181,10 @@ add_library(core STATIC
hle/service/nvflinger/buffer_queue.h
hle/service/nvflinger/nvflinger.cpp
hle/service/nvflinger/nvflinger.h
+ hle/service/pctl/module.cpp
+ hle/service/pctl/module.h
hle/service/pctl/pctl.cpp
hle/service/pctl/pctl.h
- hle/service/pctl/pctl_a.cpp
- hle/service/pctl/pctl_a.h
hle/service/service.cpp
hle/service/service.h
hle/service/set/set.cpp