mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-12 09:03:10 +01:00
Add SDL extension for ADS audio
This commit is contained in:
parent
8205c522c5
commit
d7730ecdd6
@ -498,6 +498,7 @@ static const char* extension_list[] = {
|
|||||||
"scd",
|
"scd",
|
||||||
"sch",
|
"sch",
|
||||||
"sd9",
|
"sd9",
|
||||||
|
"sdl",
|
||||||
"sdp", //txth/reserved [Metal Gear Arcade (AC)]
|
"sdp", //txth/reserved [Metal Gear Arcade (AC)]
|
||||||
"sdf",
|
"sdf",
|
||||||
"sdt",
|
"sdt",
|
||||||
|
@ -23,7 +23,7 @@ VGMSTREAM* init_vgmstream_ads(STREAMFILE* sf) {
|
|||||||
* .adx: Armored Core 3 (PS2)
|
* .adx: Armored Core 3 (PS2)
|
||||||
* (extensionless): MotoGP (PS2)
|
* (extensionless): MotoGP (PS2)
|
||||||
* .800: Mobile Suit Gundam: The One Year War (PS2) */
|
* .800: Mobile Suit Gundam: The One Year War (PS2) */
|
||||||
if (!check_extensions(sf, "ads,ss2,pcm,adx,,800"))
|
if (!check_extensions(sf, "ads,ss2,pcm,adx,,800,sdl"))
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
if (read_u32le(0x04,sf) != 0x18 && /* standard header size */
|
if (read_u32le(0x04,sf) != 0x18 && /* standard header size */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user