mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-06 14:44:25 +01:00
Add Ogg .rof extension [The Rhythm of Fighters (Mobile)]
This commit is contained in:
parent
de94edb34b
commit
f525b46d20
@ -245,6 +245,7 @@ static const char* extension_list[] = {
|
|||||||
"raw",
|
"raw",
|
||||||
"rkv",
|
"rkv",
|
||||||
"rnd",
|
"rnd",
|
||||||
|
"rof",
|
||||||
"rrds",
|
"rrds",
|
||||||
"rsd",
|
"rsd",
|
||||||
"rsf",
|
"rsf",
|
||||||
|
@ -193,7 +193,8 @@ VGMSTREAM * init_vgmstream_ogg_vorbis(STREAMFILE *streamFile) {
|
|||||||
|
|
||||||
|
|
||||||
/* check extension */
|
/* check extension */
|
||||||
if (check_extensions(streamFile,"ogg,logg,adx")) { /* .ogg: standard/psychic, .logg: renamed for plugins, .adx: KID [Remember11 (PC)] */
|
/* .ogg: standard/psychic, .logg: renamed for plugins, .adx: KID [Remember11 (PC)], .rof: The Rhythm of Fighters (Mobile) */
|
||||||
|
if (check_extensions(streamFile,"ogg,logg,adx,rof")) {
|
||||||
is_ogg = 1;
|
is_ogg = 1;
|
||||||
} else if (check_extensions(streamFile,"um3")) {
|
} else if (check_extensions(streamFile,"um3")) {
|
||||||
is_um3 = 1;
|
is_um3 = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user