mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 23:10:10 +01:00
Add RIFF .ima [Baja: Edge of Control (PS3/X360)]
This commit is contained in:
parent
be8eeb22d4
commit
2f516d4e29
@ -347,8 +347,9 @@ VGMSTREAM* init_vgmstream_riff(STREAMFILE* sf) {
|
|||||||
* .at9: standard ATRAC9
|
* .at9: standard ATRAC9
|
||||||
* .saf: Whacked! (Xbox)
|
* .saf: Whacked! (Xbox)
|
||||||
* .mwv: Level-5 games [Dragon Quest VIII (PS2), Rogue Galaxy (PS2)]
|
* .mwv: Level-5 games [Dragon Quest VIII (PS2), Rogue Galaxy (PS2)]
|
||||||
|
* .ima: Baja: Edge of Control (PS3/X360)
|
||||||
*/
|
*/
|
||||||
if ( check_extensions(sf, "wav,lwav,xwav,da,dax,cd,med,snd,adx,adp,xss,xsew,adpcm,adw,wd,,sbv,wvx,str,at3,rws,aud,at9,saf") ) {
|
if ( check_extensions(sf, "wav,lwav,xwav,da,dax,cd,med,snd,adx,adp,xss,xsew,adpcm,adw,wd,,sbv,wvx,str,at3,rws,aud,at9,saf,ima") ) {
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
else if ( check_extensions(sf, "mwv") ) {
|
else if ( check_extensions(sf, "mwv") ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user