diff options
| author | Narr the Reg <juangerman-13@hotmail.com> | 2022-12-20 18:09:59 -0600 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-01-19 18:05:21 -0600 |
| commit | 5676c2e17fe895e450e185029991fc20bdf56ec5 (patch) | |
| tree | 2852ddbe053d4d20b86a955e2bccbe8f23852182 /src/input_common/CMakeLists.txt | |
| parent | 594b2ade6d8d829c65166aebe12f5eb3463a6fe9 (diff) | |
input_common: Use calibration from joycon
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 a60cecaf4..d4307351c 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt @@ -57,6 +57,8 @@ if (ENABLE_SDL2) drivers/sdl_driver.h helpers/joycon_driver.cpp helpers/joycon_driver.h + helpers/joycon_protocol/calibration.cpp + helpers/joycon_protocol/calibration.h helpers/joycon_protocol/common_protocol.cpp helpers/joycon_protocol/common_protocol.h helpers/joycon_protocol/generic_functions.cpp |
