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

@ -56,6 +56,7 @@
<ClInclude Include="state_wrapper.h" />
<ClInclude Include="types.h" />
<ClInclude Include="type_registry.h" />
<ClInclude Include="cd_xa.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="audio.cpp" />
@ -74,6 +75,7 @@
<ClCompile Include="object_type_info.cpp" />
<ClCompile Include="property.cpp" />
<ClCompile Include="state_wrapper.cpp" />
<ClCompile Include="cd_xa.cpp" />
</ItemGroup>
<ItemGroup>
<Natvis Include="bitfield.natvis" />