Add RIFF .adw extension [Dead Rising 2 (PC)]

This commit is contained in:
bnnm 2018-10-20 14:56:34 +02:00
parent 31084446b0
commit 17d2a096b8
2 changed files with 4 additions and 2 deletions

View File

@ -32,6 +32,7 @@ static const char* extension_list[] = {
"adp",
"adpcm",
"ads",
"adw",
"adx",
"afc",
"agsc",

View File

@ -273,8 +273,9 @@ VGMSTREAM * init_vgmstream_riff(STREAMFILE *streamFile) {
* .adp: Headhunter (DC)
* .xss: Spider-Man The Movie (Xbox)
* .xsew: Mega Man X Legacy Collections (PC)
* .adpcm: Angry Birds Transformers (Android) */
if ( check_extensions(streamFile, "wav,lwav,xwav,da,dax,cd,med,snd,adx,adp,xss,xsew,adpcm") ) {
* .adpcm: Angry Birds Transformers (Android)
* .adw: Dead Rising 2 (PC) */
if ( check_extensions(streamFile, "wav,lwav,xwav,da,dax,cd,med,snd,adx,adp,xss,xsew,adpcm,adw") ) {
;
}
else if ( check_extensions(streamFile, "mwv") ) {