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

@ -87,6 +87,7 @@
<ClCompile Include="controller_interface.cpp" />
<ClCompile Include="cubeb_audio_stream.cpp" />
<ClCompile Include="d3d11_host_display.cpp" />
<ClCompile Include="dinput_controller_interface.cpp" />
<ClCompile Include="game_list.cpp" />
<ClCompile Include="game_settings.cpp" />
<ClCompile Include="icon.cpp" />
@ -111,6 +112,7 @@
<ClInclude Include="controller_interface.h" />
<ClInclude Include="cubeb_audio_stream.h" />
<ClInclude Include="d3d11_host_display.h" />
<ClInclude Include="dinput_controller_interface.h" />
<ClInclude Include="game_list.h" />
<ClInclude Include="game_settings.h" />
<ClInclude Include="icon.h" />