Rename aica_decoder.c to yamaha_decoder.c for clarity

AICA ADPCM is not really exclusive to Dreamcast as Yamaha used it in
their sound chips before.
This commit is contained in:
bnnm 2018-03-24 12:20:22 +01:00
parent f132c11764
commit eb4168f9b9
4 changed files with 3 additions and 3 deletions

View File

@ -1483,7 +1483,7 @@
>
</File>
<File
RelativePath=".\coding\aica_decoder.c"
RelativePath=".\coding\yamaha_decoder.c"
>
</File>
<File

View File

@ -433,7 +433,7 @@
<ClCompile Include="meta\zwdsp.c" />
<ClCompile Include="coding\acm_decoder.c" />
<ClCompile Include="coding\adx_decoder.c" />
<ClCompile Include="coding\aica_decoder.c" />
<ClCompile Include="coding\yamaha_decoder.c" />
<ClCompile Include="coding\ea_mt_decoder.c" />
<ClCompile Include="coding\ea_xa_decoder.c" />
<ClCompile Include="coding\ea_xas_decoder.c" />

View File

@ -877,7 +877,7 @@
<ClCompile Include="coding\adx_decoder.c">
<Filter>coding\Source Files</Filter>
</ClCompile>
<ClCompile Include="coding\aica_decoder.c">
<ClCompile Include="coding\yamaha_decoder.c">
<Filter>coding\Source Files</Filter>
</ClCompile>
<ClCompile Include="coding\ea_mt_decoder.c">