Add .wxv RIFF [Godzilla - Destroy All Monsters Melee (Xbox)]

This commit is contained in:
bnnm 2019-01-27 23:40:40 +01:00
parent 097f7b0285
commit 4a6df9b3b9
2 changed files with 3 additions and 1 deletions

View File

@ -486,6 +486,7 @@ static const char* extension_list[] = {
"wv6",
"wve",
"wvs",
"wvx",
"x",
"xa",

View File

@ -281,7 +281,8 @@ VGMSTREAM * init_vgmstream_riff(STREAMFILE *streamFile) {
* .adw: Dead Rising 2 (PC)
* .wd: Genma Onimusha (Xbox) voices
* (extensionless): Myst III (Xbox)
* .sbv: Spongebob Squarepants - The Movie (PC) */
* .sbv: Spongebob Squarepants - The Movie (PC)
* .wvx: Godzilla - Destroy All Monsters Melee (Xbox) */
if ( check_extensions(streamFile, "wav,lwav,xwav,da,dax,cd,med,snd,adx,adp,xss,xsew,adpcm,adw,wd,,sbv") ) {
;
}