Add renamed .RWS at3 [Climax PSP games: Silent Hill Origins, Oblivion]

This commit is contained in:
bnnm 2017-06-09 23:54:14 +02:00
parent f513d53999
commit d7e3f6915d

View File

@ -253,7 +253,7 @@ VGMSTREAM * init_vgmstream_riff(STREAMFILE *streamFile) {
else if (!strcasecmp("sns",filename_extension(filename)))
sns = 1;
#if defined(VGM_USE_MAIATRAC3PLUS) || defined(VGM_USE_FFMPEG)
else if (!strcasecmp("at3",filename_extension(filename)))
else if ( check_extensions(streamFile, "at3,rws") ) /* Renamed .RWS AT3 found in Climax games (Silent Hill Origins PSP, Oblivion PSP) */
at3 = 1;
#endif
else