Add SAF extension for Whacked! (Xbox)

This commit is contained in:
bxaimc 2020-02-25 22:49:35 -05:00
parent 3faa54065f
commit 824f7ecb31
2 changed files with 3 additions and 1 deletions

View File

@ -398,6 +398,7 @@ static const char* extension_list[] = {
"s3v", //txth/reserved [Sound Voltex 5 (AC)] "s3v", //txth/reserved [Sound Voltex 5 (AC)]
"sab", "sab",
"sad", "sad",
"saf",
"sap", "sap",
"sb0", "sb0",
"sb1", "sb1",

View File

@ -343,8 +343,9 @@ VGMSTREAM * init_vgmstream_riff(STREAMFILE *streamFile) {
* .rws: Climax games (Silent Hill Origins PSP, Oblivion PSP) ATRAC3 * .rws: Climax games (Silent Hill Origins PSP, Oblivion PSP) ATRAC3
* .aud: EA Replay ATRAC3 * .aud: EA Replay ATRAC3
* .at9: standard ATRAC9 * .at9: standard ATRAC9
* .saf: Whacked! (Xbox)
*/ */
if ( check_extensions(streamFile, "wav,lwav,xwav,da,dax,cd,med,snd,adx,adp,xss,xsew,adpcm,adw,wd,,sbv,wvx,str,at3,rws,aud,at9") ) { if ( check_extensions(streamFile, "wav,lwav,xwav,da,dax,cd,med,snd,adx,adp,xss,xsew,adpcm,adw,wd,,sbv,wvx,str,at3,rws,aud,at9,saf") ) {
; ;
} }
else if ( check_extensions(streamFile, "mwv") ) { else if ( check_extensions(streamFile, "mwv") ) {