ByteStream: Move zstd wrapper to util project

Removes zstd dependency from common, fixes updater running on Mac.
This commit is contained in:
Stenzek
2024-02-05 14:26:42 +10:00
parent ac1fd7f0cf
commit d5fb5645fc
7 changed files with 327 additions and 313 deletions

View File

@ -214,6 +214,7 @@
<ClCompile Include="window_info.cpp" />
<ClCompile Include="xaudio2_audio_stream.cpp" />
<ClCompile Include="xinput_source.cpp" />
<ClCompile Include="zstd_byte_stream.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\dep\cubeb\cubeb.vcxproj">