FrontendCommon: Add DInput controller interface
Still needs force feedback/vibration support.
This commit is contained in:
@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user