aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-09-29 12:48:28 -0700
committerGitHub <noreply@github.com>2022-09-29 12:48:28 -0700
commitdbb9d601df3619f95daddb109e80e829b24bd93f (patch)
tree008c514660a750a3d250cdacc8c1f7f16e600187 /src/core/CMakeLists.txt
parent2e3aad41aa9444c07fdf7df7a121dba3a18509a4 (diff)
parent23589ad9b8a3d2e1eecd0243d592ce5c6e4138e6 (diff)
Merge pull request #8934 from german77/palma_release
service: hid: Partially implement palma controller
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 33cf470d5..c17662323 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -460,6 +460,8 @@ add_library(core STATIC
hle/service/hid/controllers/mouse.h
hle/service/hid/controllers/npad.cpp
hle/service/hid/controllers/npad.h
+ hle/service/hid/controllers/palma.cpp
+ hle/service/hid/controllers/palma.h
hle/service/hid/controllers/stubbed.cpp
hle/service/hid/controllers/stubbed.h
hle/service/hid/controllers/touchscreen.cpp