890 changes: 0 additions & 890 deletions Externals/xxhash/xxhash.c

This file was deleted.

301 changes: 0 additions & 301 deletions Externals/xxhash/xxhash.h

This file was deleted.

6 changes: 3 additions & 3 deletions Externals/xxhash/xxhash.vcxproj
Expand Up @@ -16,14 +16,14 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<ItemGroup>
<ClCompile Include="xxhash.c" />
<ClCompile Include="xxHash/xxhash.c" />
</ItemGroup>
<ItemGroup>
<Text Include="LICENSE" />
<Text Include="CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="xxhash.h" />
<ClInclude Include="xxHash/xxh3.h" />
<ClInclude Include="xxHash/xxhash.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
1,238 changes: 0 additions & 1,238 deletions Externals/xxhash/xxhsum.c

This file was deleted.

1 change: 1 addition & 0 deletions Source/Core/DolphinQt/DolphinQt.vcxproj
Expand Up @@ -464,6 +464,7 @@
<Import Project="$(ExternalsDir)rcheevos\exports.props" />
<Import Project="$(ExternalsDir)SFML\exports.props" />
<Import Project="$(ExternalsDir)soundtouch\exports.props" />
<Import Project="$(ExternalsDir)xxhash\exports.props" />
<Import Project="$(ExternalsDir)zstd\exports.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
Expand Down