mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-18 07:44:43 +01:00
commit
c0de147a70
@ -466,6 +466,7 @@ static const char* extension_list[] = {
|
|||||||
"vig",
|
"vig",
|
||||||
"vis",
|
"vis",
|
||||||
"vms",
|
"vms",
|
||||||
|
"vmu", //txth/reserved [Red Faction (PS2)]
|
||||||
"voi",
|
"voi",
|
||||||
"vp6",
|
"vp6",
|
||||||
"vpk",
|
"vpk",
|
||||||
|
@ -618,6 +618,13 @@ VGMSTREAM * init_vgmstream_ogg_vorbis_callbacks(STREAMFILE *streamFile, ov_callb
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hatsune Miku Project DIVA games, though only 'Arcade Future Tone' has >4ch files
|
||||||
|
* ENCODER tag is common but ogg_vorbis_encode looks unique enough
|
||||||
|
* (arcade ends with "2010-11-26" while consoles have "2011-02-07" */
|
||||||
|
if (strstr(user_comment, "ENCODER=ogg_vorbis_encode/") == user_comment) {
|
||||||
|
data->disable_reordering = 1;
|
||||||
|
}
|
||||||
|
|
||||||
;VGM_LOG("OGG: user_comment=%s\n", user_comment);
|
;VGM_LOG("OGG: user_comment=%s\n", user_comment);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user