diff options
| author | 2022-12-20 13:54:17 -0600 | |
|---|---|---|
| committer | 2023-01-19 18:05:21 -0600 | |
| commit | 6aa6301acdf1c29b80ebfc7fca2aac326400760f (patch) | |
| tree | c81414cfa80044843486e0e8a3346423c1771184 /src/input_common/CMakeLists.txt | |
| parent | service: hid: Set led pattern and fix color detection (diff) | |
| download | yuzu-6aa6301acdf1c29b80ebfc7fca2aac326400760f.tar.gz yuzu-6aa6301acdf1c29b80ebfc7fca2aac326400760f.tar.xz yuzu-6aa6301acdf1c29b80ebfc7fca2aac326400760f.zip | |
input_common: Add joycon low level functions
Diffstat (limited to 'src/input_common/CMakeLists.txt')
| -rw-r--r-- | src/input_common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index 41885d0d2..566be9f90 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt | |||
| @@ -57,6 +57,8 @@ if (ENABLE_SDL2) | |||
| 57 | drivers/sdl_driver.h | 57 | drivers/sdl_driver.h |
| 58 | helpers/joycon_driver.cpp | 58 | helpers/joycon_driver.cpp |
| 59 | helpers/joycon_driver.h | 59 | helpers/joycon_driver.h |
| 60 | helpers/joycon_protocol/common_protocol.cpp | ||
| 61 | helpers/joycon_protocol/common_protocol.h | ||
| 60 | helpers/joycon_protocol/joycon_types.h | 62 | helpers/joycon_protocol/joycon_types.h |
| 61 | ) | 63 | ) |
| 62 | target_link_libraries(input_common PRIVATE SDL2::SDL2) | 64 | target_link_libraries(input_common PRIVATE SDL2::SDL2) |