diff options
| author | 2020-09-02 11:09:18 -0400 | |
|---|---|---|
| committer | 2020-09-02 11:09:18 -0400 | |
| commit | f64917a85222bc98cd6363a6d97b9ccb5bd54a09 (patch) | |
| tree | 24fa5a10cca1d88f97ff49b7372dfe03956c5f70 /src/input_common/CMakeLists.txt | |
| parent | Merge pull request #4584 from lioncash/libusb (diff) | |
| parent | Fix orientation errors and improve drift correction (diff) | |
| download | yuzu-f64917a85222bc98cd6363a6d97b9ccb5bd54a09.tar.gz yuzu-f64917a85222bc98cd6363a6d97b9ccb5bd54a09.tar.xz yuzu-f64917a85222bc98cd6363a6d97b9ccb5bd54a09.zip | |
Merge pull request #4570 from german77/motionInput
input_common: Add a basic class for motion devices
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 32433df25..09361e37e 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt | |||
| @@ -7,6 +7,8 @@ add_library(input_common STATIC | |||
| 7 | main.h | 7 | main.h |
| 8 | motion_emu.cpp | 8 | motion_emu.cpp |
| 9 | motion_emu.h | 9 | motion_emu.h |
| 10 | motion_input.cpp | ||
| 11 | motion_input.h | ||
| 10 | settings.cpp | 12 | settings.cpp |
| 11 | settings.h | 13 | settings.h |
| 12 | touch_from_button.cpp | 14 | touch_from_button.cpp |