cleanup: rename

This commit is contained in:
bnnm 2023-07-09 23:23:49 +02:00
parent 04f719b080
commit 57a9611dad
4 changed files with 9 additions and 8 deletions

View File

@ -1789,10 +1789,11 @@ different internally (encrypted, different versions, etc) and not always can be
- Double Fine WB header [*PWB*]
- *pwb*: `.pwb`
- Codecs: PSX
- **rawi.c**
- Torus SqueakStream RAWI header [*RAWI*]
- *rawi*: `(base) + .asset .(external) .raw`
- Codecs: NGC_DSP PCM16BE PSX PCM8 MS_IMA
- **squeak.c**
- Torus SqueakStream header [*SQUEAKSTREAM*]
- Torus SqueakSample header [*SQUEAKSAMPLE*]
- *squeaksample*: `(base) + .asset .(external) .raw`
- Codecs: NGC_DSP PCM16LE PCM16BE PSX PCM8 MS_IMA IMA
- **scd_pcm.c**
- Lunar: Eternal Blue .PCM header [*SCD_PCM*]
- *scd_pcm*: `.pcm`

View File

@ -582,7 +582,6 @@
<ClCompile Include="meta\ps_headerless.c" />
<ClCompile Include="meta\pwb.c" />
<ClCompile Include="meta\rad.c" />
<ClCompile Include="meta\rawi.c" />
<ClCompile Include="meta\raw_int.c" />
<ClCompile Include="meta\raw_pcm.c" />
<ClCompile Include="meta\raw_rsf.c" />
@ -635,6 +634,7 @@
<ClCompile Include="meta\spt_spd.c" />
<ClCompile Include="meta\sqex_scd.c" />
<ClCompile Include="meta\sqex_sead.c" />
<ClCompile Include="meta\squeak.c" />
<ClCompile Include="meta\sscf.c" />
<ClCompile Include="meta\sscf_encrypted.c" />
<ClCompile Include="meta\sspf.c" />

View File

@ -1567,9 +1567,6 @@
<ClCompile Include="meta\rad.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
<ClCompile Include="meta\rawi.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
<ClCompile Include="meta\raw_int.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
@ -1726,6 +1723,9 @@
<ClCompile Include="meta\sqex_sead.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
<ClCompile Include="meta\squeak.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
<ClCompile Include="meta\sscf.c">
<Filter>meta\Source Files</Filter>
</ClCompile>