Add .sbv RIFF [Spongebob Squarepants - The Movie (PC)]

This commit is contained in:
bnnm 2019-01-26 16:34:25 +01:00
parent f806f287f2
commit aecd7da55e
2 changed files with 4 additions and 2 deletions

View File

@ -351,6 +351,7 @@ static const char* extension_list[] = {
"sb6",
"sb7",
"sbr",
"sbv",
"sm0",
"sm1",
"sm2",

View File

@ -280,8 +280,9 @@ VGMSTREAM * init_vgmstream_riff(STREAMFILE *streamFile) {
* .adpcm: Angry Birds Transformers (Android)
* .adw: Dead Rising 2 (PC)
* .wd: Genma Onimusha (Xbox) voices
* (extensionless): Myst III (Xbox) voices */
if ( check_extensions(streamFile, "wav,lwav,xwav,da,dax,cd,med,snd,adx,adp,xss,xsew,adpcm,adw,wd,") ) {
* (extensionless): Myst III (Xbox)
* .sbv: Spongebob Squarepants - The Movie (PC) */
if ( check_extensions(streamFile, "wav,lwav,xwav,da,dax,cd,med,snd,adx,adp,xss,xsew,adpcm,adw,wd,,sbv") ) {
;
}
else if ( check_extensions(streamFile, "mwv") ) {