diff options
| author | FearlessTobi <thm.frey@gmail.com> | 2020-07-14 19:01:36 +0200 |
|---|---|---|
| committer | FearlessTobi <thm.frey@gmail.com> | 2020-08-29 18:56:34 +0200 |
| commit | e6bd1fd1b8487e421f71d43b6073ee56de1a043d (patch) | |
| tree | 53b383906fae814a67ae270b9b510a60f1b5df9d /src/input_common/CMakeLists.txt | |
| parent | ce43139eb7f347c853713699dfe05a500dc7f240 (diff) | |
yuzu: Add motion and touch configuration
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 56267c8a8..32433df25 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt @@ -9,6 +9,8 @@ add_library(input_common STATIC motion_emu.h settings.cpp settings.h + touch_from_button.cpp + touch_from_button.h gcadapter/gc_adapter.cpp gcadapter/gc_adapter.h gcadapter/gc_poller.cpp |
