diff options
| author | 2021-09-20 16:29:43 -0500 | |
|---|---|---|
| committer | 2021-11-24 20:30:22 -0600 | |
| commit | 449576df93f6beb70cff0e009ccb2dd8bce1e085 (patch) | |
| tree | fae04e0d292da6128a074cbe046de6169019774c /src/core/CMakeLists.txt | |
| parent | core/hid: Move input_interpreter to hid (diff) | |
| download | yuzu-449576df93f6beb70cff0e009ccb2dd8bce1e085.tar.gz yuzu-449576df93f6beb70cff0e009ccb2dd8bce1e085.tar.xz yuzu-449576df93f6beb70cff0e009ccb2dd8bce1e085.zip | |
core/hid: Move motion_input, create input converter and hid_types
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 14ba986d3..eddf455c0 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -135,8 +135,13 @@ add_library(core STATIC | |||
| 135 | frontend/input.h | 135 | frontend/input.h |
| 136 | hardware_interrupt_manager.cpp | 136 | hardware_interrupt_manager.cpp |
| 137 | hardware_interrupt_manager.h | 137 | hardware_interrupt_manager.h |
| 138 | hid/hid_types.h | ||
| 139 | hid/input_converter.cpp | ||
| 140 | hid/input_converter.h | ||
| 138 | hid/input_interpreter.cpp | 141 | hid/input_interpreter.cpp |
| 139 | hid/input_interpreter.h | 142 | hid/input_interpreter.h |
| 143 | hid/motion_input.cpp | ||
| 144 | hid/motion_input.h | ||
| 140 | hle/api_version.h | 145 | hle/api_version.h |
| 141 | hle/ipc.h | 146 | hle/ipc.h |
| 142 | hle/ipc_helpers.h | 147 | hle/ipc_helpers.h |