mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
VS: add mac and linux hidapi files for improved input debugging
This commit is contained in:
parent
60b5adab63
commit
c936de7c20
2 changed files with 40 additions and 0 deletions
11
3rdparty/hidapi/hidapi.vcxproj
vendored
11
3rdparty/hidapi/hidapi.vcxproj
vendored
|
@ -101,6 +101,17 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="hidapi\hidapi\hidapi.h" />
|
<ClInclude Include="hidapi\hidapi\hidapi.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="hidapi\linux\hid.c" />
|
||||||
|
<None Include="hidapi\mac\hid.c" />
|
||||||
|
<None Include="hidapi\windows\hidapi_descriptor_reconstruct.c" />
|
||||||
|
<None Include="hidapi\mac\hidapi_darwin.h" />
|
||||||
|
<None Include="hidapi\windows\hidapi_descriptor_reconstruct.h" />
|
||||||
|
<None Include="hidapi\windows\hidapi_hidclass.h" />
|
||||||
|
<None Include="hidapi\windows\hidapi_hidpi.h" />
|
||||||
|
<None Include="hidapi\windows\hidapi_hidsdi.h" />
|
||||||
|
<None Include="hidapi\windows\hidapi_winapi.h" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
|
29
3rdparty/hidapi/hidapi.vcxproj.filters
vendored
29
3rdparty/hidapi/hidapi.vcxproj.filters
vendored
|
@ -24,4 +24,33 @@
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="hidapi\windows\hidapi_descriptor_reconstruct.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</None>
|
||||||
|
<None Include="hidapi\linux\hid.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</None>
|
||||||
|
<None Include="hidapi\mac\hid.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</None>
|
||||||
|
<None Include="hidapi\windows\hidapi_descriptor_reconstruct.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</None>
|
||||||
|
<None Include="hidapi\windows\hidapi_hidclass.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</None>
|
||||||
|
<None Include="hidapi\windows\hidapi_hidpi.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</None>
|
||||||
|
<None Include="hidapi\windows\hidapi_hidsdi.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</None>
|
||||||
|
<None Include="hidapi\windows\hidapi_winapi.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</None>
|
||||||
|
<None Include="hidapi\mac\hidapi_darwin.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue