Common: Add helper functions for decoding CD-XA ADPCM
This commit is contained in:
@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user