Add .xsew wav [Mega Man X Legacy Collection 1 & 2 (PC)]

This commit is contained in:
bnnm 2018-07-27 17:18:10 +02:00
parent 87bd10073d
commit b95080d881
2 changed files with 4 additions and 2 deletions

View File

@ -432,6 +432,7 @@ static const char* extension_list[] = {
"xmu",
"xnb",
"xsf",
"xsew",
"xss",
"xvag",
"xvas",

View File

@ -258,8 +258,9 @@ VGMSTREAM * init_vgmstream_riff(STREAMFILE *streamFile) {
/* .da: The Great Battle VI (PS), .cd: Exector (PS), .med: Psi Ops (PC), .snd: Layton Brothers (iOS/Android),
* .adx: Remember11 (PC) sfx
* .adp: Headhunter (DC)
* .xss: Spider-Man The Movie (Xbox) */
if ( check_extensions(streamFile, "wav,lwav,xwav,da,cd,med,snd,adx,adp,xss") ) {
* .xss: Spider-Man The Movie (Xbox)
* .xsew: Mega Man X Legacy Collections (PC) */
if ( check_extensions(streamFile, "wav,lwav,xwav,da,cd,med,snd,adx,adp,xss,xsew") ) {
;
}
else if ( check_extensions(streamFile, "mwv") ) {