mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-13 18:20:50 +01:00
Add .imf extension [Colors (Gizmondo)]
This commit is contained in:
parent
aac716866d
commit
e1c7c38093
@ -249,6 +249,7 @@ static const char* extension_list[] = {
|
||||
"ilv", //txth/reserved [Star Wars Episode III (PS2)]
|
||||
"ima",
|
||||
"imc",
|
||||
"imf",
|
||||
"imx",
|
||||
"int",
|
||||
"is14",
|
||||
|
@ -34,8 +34,11 @@ VGMSTREAM* init_vgmstream_mpeg(STREAMFILE* sf) {
|
||||
|
||||
/* .mp3/mp2: standard
|
||||
* .lmp3/lmp2: for plugins
|
||||
* .mus: Marc Ecko's Getting Up (PC) */
|
||||
if (!check_extensions(sf, "mp3,mp2,lmp3,lmp2,mus"))
|
||||
* .mus: Marc Ecko's Getting Up (PC)
|
||||
* .imf: Colors (Gizmondo)
|
||||
* .aix: Classic Compendium 2 (Gizmondo)
|
||||
* (extensionless): Interstellar Flames 2 (Gizmondo) */
|
||||
if (!check_extensions(sf, "mp3,mp2,lmp3,lmp2,mus,imf,aix,,"))
|
||||
goto fail;
|
||||
|
||||
loop_flag = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user