mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-18 07:44:43 +01:00
Add .sod Ogg extension [Zone 4 (PC)]
This commit is contained in:
parent
2b7cd654b2
commit
210d365df1
@ -339,6 +339,7 @@ static const char* extension_list[] = {
|
||||
"snr",
|
||||
"sns",
|
||||
"snu",
|
||||
"sod",
|
||||
"son",
|
||||
"spd",
|
||||
"spm",
|
||||
|
@ -268,8 +268,9 @@ VGMSTREAM * init_vgmstream_ogg_vorbis(STREAMFILE *streamFile) {
|
||||
/* .ogg: standard/various, .logg: renamed for plugins
|
||||
* .adx: KID [Remember11 (PC)]
|
||||
* .rof: The Rhythm of Fighters (Mobile)
|
||||
* .acm: Planescape Torment Enhanced Edition (PC) */
|
||||
if (check_extensions(streamFile,"ogg,logg,adx,rof,acm")) {
|
||||
* .acm: Planescape Torment Enhanced Edition (PC)
|
||||
* .sod: Zone 4 (PC) */
|
||||
if (check_extensions(streamFile,"ogg,logg,adx,rof,acm,sod")) {
|
||||
is_ogg = 1;
|
||||
} else if (check_extensions(streamFile,"um3")) {
|
||||
is_um3 = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user