aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-21 20:52:51 -0500
committerLiam <byteslice@airmail.cc>2024-02-21 22:58:20 -0500
commit01d89acd139e50470c41e5cd04df4acd49b635c6 (patch)
tree314e77aff102c9d4422964b07d72ead777a07cdd /src/core/CMakeLists.txt
parente540757279ee2e9cc1ed395f0480d6136d57e1b9 (diff)
pctl: move types and results
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index d48696654..9e913fb10 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -897,6 +897,8 @@ add_library(core STATIC
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
hle/service/pcv/pcv.h
hle/service/pm/pm.cpp