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

@ -23,6 +23,7 @@
<ClCompile Include="postprocessing_shadergen.cpp" />
<ClCompile Include="postprocessing_chain.cpp" />
<ClCompile Include="cubeb_audio_stream.cpp" />
<ClCompile Include="dinput_controller_interface.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="icon.h" />
@ -47,6 +48,7 @@
<ClInclude Include="postprocessing_shadergen.h" />
<ClInclude Include="postprocessing_chain.h" />
<ClInclude Include="cubeb_audio_stream.h" />
<ClInclude Include="dinput_controller_interface.h" />
</ItemGroup>
<ItemGroup>
<None Include="font_roboto_regular.inl" />