mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-17 23:36:41 +01:00
commit
9ecc972c9b
@ -198,6 +198,7 @@ static const char* extension_list[] = {
|
||||
"his",
|
||||
"hps",
|
||||
"hsf",
|
||||
"hwx", //txth/reserved [Star Wars Episode III (Xbox)]
|
||||
"hx2",
|
||||
"hx3",
|
||||
"hxc",
|
||||
@ -397,6 +398,7 @@ static const char* extension_list[] = {
|
||||
"s3v", //txth/reserved [Sound Voltex 5 (AC)]
|
||||
"sab",
|
||||
"sad",
|
||||
"saf",
|
||||
"sap",
|
||||
"sb0",
|
||||
"sb1",
|
||||
@ -563,6 +565,7 @@ static const char* extension_list[] = {
|
||||
"xag",
|
||||
"xau",
|
||||
"xav",
|
||||
"xb", //txth/reserved [Scooby-Doo! Unmasked (Xbox)]
|
||||
"xen",
|
||||
"xma",
|
||||
"xma2",
|
||||
|
@ -343,8 +343,9 @@ VGMSTREAM * init_vgmstream_riff(STREAMFILE *streamFile) {
|
||||
* .rws: Climax games (Silent Hill Origins PSP, Oblivion PSP) ATRAC3
|
||||
* .aud: EA Replay ATRAC3
|
||||
* .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") ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user