diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2024-02-01 17:33:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 17:33:44 +0100 |
commit | 21138b6a867632c56330a48a7389430ae2b6e321 (patch) | |
tree | 6be048ee977f29f4c132d0cfb0bcdb79a7c5966d /src/hid_core/CMakeLists.txt | |
parent | Merge pull request #12870 from liamwhite/mac-ci (diff) | |
parent | service: hid: Restore active aruid (diff) | |
download | yuzu-21138b6a867632c56330a48a7389430ae2b6e321.tar yuzu-21138b6a867632c56330a48a7389430ae2b6e321.tar.gz yuzu-21138b6a867632c56330a48a7389430ae2b6e321.tar.bz2 yuzu-21138b6a867632c56330a48a7389430ae2b6e321.tar.lz yuzu-21138b6a867632c56330a48a7389430ae2b6e321.tar.xz yuzu-21138b6a867632c56330a48a7389430ae2b6e321.tar.zst yuzu-21138b6a867632c56330a48a7389430ae2b6e321.zip |
Diffstat (limited to 'src/hid_core/CMakeLists.txt')
-rw-r--r-- | src/hid_core/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/hid_core/CMakeLists.txt b/src/hid_core/CMakeLists.txt index 64cd6e726..2699e1599 100644 --- a/src/hid_core/CMakeLists.txt +++ b/src/hid_core/CMakeLists.txt @@ -99,9 +99,14 @@ add_library(hid_core STATIC resources/system_buttons/system_button_types.h resources/touch_screen/gesture.cpp resources/touch_screen/gesture.h - resources/touch_screen/gesture_types.h + resources/touch_screen/gesture_handler.cpp + resources/touch_screen/gesture_handler.h resources/touch_screen/touch_screen.cpp resources/touch_screen/touch_screen.h + resources/touch_screen/touch_screen_driver.cpp + resources/touch_screen/touch_screen_driver.h + resources/touch_screen/touch_screen_resource.cpp + resources/touch_screen/touch_screen_resource.h resources/touch_screen/touch_types.h resources/unique_pad/unique_pad.cpp resources/unique_pad/unique_pad.h |