Common: Add helper functions for decoding CD-XA ADPCM

This commit is contained in:
Connor McLaughlin
2019-10-15 17:24:11 +10:00
parent b2632db0a7
commit 2b6ebf9955
5 changed files with 173 additions and 29 deletions

View File

@ -22,6 +22,7 @@
<ClInclude Include="fifo_queue.h" />
<ClInclude Include="cd_image.h" />
<ClInclude Include="audio_stream.h" />
<ClInclude Include="cd_xa.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="hdd_image.cpp" />
@ -40,6 +41,7 @@
<ClCompile Include="gl_texture.cpp" />
<ClCompile Include="cd_image.cpp" />
<ClCompile Include="audio_stream.cpp" />
<ClCompile Include="cd_xa.cpp" />
</ItemGroup>
<ItemGroup>
<Natvis Include="bitfield.natvis" />