FrontendCommon: Add DInput controller interface

Still needs force feedback/vibration support.
This commit is contained in:
Connor McLaughlin
2020-12-29 16:29:30 +10:00
parent a3e4c61a0b
commit 0945744f9b
7 changed files with 561 additions and 1 deletions

View File

@ -62,6 +62,8 @@ if(NOT BUILD_LIBRETRO_CORE)
if(WIN32)
target_sources(frontend-common PRIVATE
dinput_controller_interface.cpp
dinput_controller_interface.h
xinput_controller_interface.cpp
xinput_controller_interface.h
)