cleanup: rename + formats

This commit is contained in:
bnnm 2023-07-08 17:51:38 +02:00
parent 896936488d
commit f77a229785
4 changed files with 11 additions and 3 deletions

View File

@ -558,7 +558,7 @@ different internally (encrypted, different versions, etc) and not always can be
- ISH+ISD DSP Header [*ISH_ISD*]
- *ish_isd*: `.isd + .ish`
- Codecs: NGC_DSP
- **gsp_gsb.c**
- **gsnd.c**
- Tecmo GSND Header [*GSND*]
- *gsnd*: `.gsp + .gsb`
- Codecs: NGC_DSP ATRAC3 XMA
@ -1789,6 +1789,10 @@ 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
- **scd_pcm.c**
- Lunar: Eternal Blue .PCM header [*SCD_PCM*]
- *scd_pcm*: `.pcm`

View File

@ -438,7 +438,7 @@
<ClCompile Include="meta\genh.c" />
<ClCompile Include="meta\ghs.c" />
<ClCompile Include="meta\gin.c" />
<ClCompile Include="meta\gsp_gsb.c" />
<ClCompile Include="meta\gsnd.c" />
<ClCompile Include="meta\h4m.c" />
<ClCompile Include="meta\halpst.c" />
<ClCompile Include="meta\hca.c" />
@ -582,6 +582,7 @@
<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" />

View File

@ -1135,7 +1135,7 @@
<ClCompile Include="meta\gin.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
<ClCompile Include="meta\gsp_gsb.c">
<ClCompile Include="meta\gsnd.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
<ClCompile Include="meta\h4m.c">
@ -1567,6 +1567,9 @@
<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>