mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-29 19:37:30 +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",
|
||||
"rkv",
|
||||
"rnd",
|
||||
"rof",
|
||||
"rrds",
|
||||
"rsd",
|
||||
"rsf",
|
||||
|
@ -193,7 +193,8 @@ VGMSTREAM * init_vgmstream_ogg_vorbis(STREAMFILE *streamFile) {
|
||||
|
||||
|
||||
/* 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;
|
||||
} else if (check_extensions(streamFile,"um3")) {
|
||||
is_um3 = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user