mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-15 02:57:38 +01:00
Add RIFF .pcm [Silent Hlll - The Arcade (AC)]
This commit is contained in:
parent
8a41ed1dab
commit
dd4ac00fcb
@ -359,8 +359,9 @@ VGMSTREAM* init_vgmstream_riff(STREAMFILE* sf) {
|
|||||||
* .mwv: Level-5 games [Dragon Quest VIII (PS2), Rogue Galaxy (PS2)]
|
* .mwv: Level-5 games [Dragon Quest VIII (PS2), Rogue Galaxy (PS2)]
|
||||||
* .ima: Baja: Edge of Control (PS3/X360)
|
* .ima: Baja: Edge of Control (PS3/X360)
|
||||||
* .nsa: Studio Ring games that uses NScripter [Hajimete no Otetsudai (PC)]
|
* .nsa: Studio Ring games that uses NScripter [Hajimete no Otetsudai (PC)]
|
||||||
|
* .pcm: Silent Hill Arcade (PC)
|
||||||
*/
|
*/
|
||||||
if ( check_extensions(sf, "wav,lwav,xwav,da,dax,cd,med,snd,adx,adp,xss,xsew,adpcm,adw,wd,,sbv,wvx,str,at3,rws,aud,at9,saf,ima,nsa") ) {
|
if ( check_extensions(sf, "wav,lwav,xwav,da,dax,cd,med,snd,adx,adp,xss,xsew,adpcm,adw,wd,,sbv,wvx,str,at3,rws,aud,at9,saf,ima,nsa,pcm") ) {
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
else if ( check_extensions(sf, "mwv") ) {
|
else if ( check_extensions(sf, "mwv") ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user