core/hid: Move motion_input, create input converter and hid_types

This commit is contained in:
german77 2021-09-20 16:29:43 -05:00 committed by Narr the Reg
parent bf71d18af9
commit 449576df93
6 changed files with 1164 additions and 0 deletions

View file

@ -135,8 +135,13 @@ add_library(core STATIC
frontend/input.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hid/hid_types.h
hid/input_converter.cpp
hid/input_converter.h
hid/input_interpreter.cpp
hid/input_interpreter.h
hid/motion_input.cpp
hid/motion_input.h
hle/api_version.h
hle/ipc.h
hle/ipc_helpers.h