core/hid: Move motion_input, create input converter and hid_types
This commit is contained in:
parent
bf71d18af9
commit
449576df93
6 changed files with 1164 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue