summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-22 03:05:30 +0100
committerLiam <byteslice@airmail.cc>2024-02-22 05:00:01 +0100
commit0e74204aadb1753e402b333692d36b1bc7221463 (patch)
treeea3791615ffedad6d6c9d52f6519309a04b575d9 /src/core/CMakeLists.txt
parentpctl: move IParentalControlService (diff)
downloadyuzu-0e74204aadb1753e402b333692d36b1bc7221463.tar
yuzu-0e74204aadb1753e402b333692d36b1bc7221463.tar.gz
yuzu-0e74204aadb1753e402b333692d36b1bc7221463.tar.bz2
yuzu-0e74204aadb1753e402b333692d36b1bc7221463.tar.lz
yuzu-0e74204aadb1753e402b333692d36b1bc7221463.tar.xz
yuzu-0e74204aadb1753e402b333692d36b1bc7221463.tar.zst
yuzu-0e74204aadb1753e402b333692d36b1bc7221463.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 d0fdae8db..45b4b203d 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -893,12 +893,12 @@ add_library(core STATIC
hle/service/os/mutex.h
hle/service/pcie/pcie.cpp
hle/service/pcie/pcie.h
+ hle/service/pctl/parental_control_service_factory.cpp
+ hle/service/pctl/parental_control_service_factory.h
hle/service/pctl/parental_control_service.cpp
hle/service/pctl/parental_control_service.h
hle/service/pctl/pctl.cpp
hle/service/pctl/pctl.h
- hle/service/pctl/pctl_module.cpp
- hle/service/pctl/pctl_module.h
hle/service/pctl/pctl_results.h
hle/service/pctl/pctl_types.h
hle/service/pcv/pcv.cpp