mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 04:13:47 +01:00
MSF: Added .str extension
This commit is contained in:
parent
669b7ef18e
commit
ad28329418
@ -14,8 +14,9 @@ VGMSTREAM* init_vgmstream_msf(STREAMFILE* sf) {
|
||||
/* .msf: standard
|
||||
* .msa: Sonic & Sega All-Stars Racing (PS3)
|
||||
* .at3: Silent Hill HD Collection (PS3), Z/X Zekkai no Crusade (PS3)
|
||||
* .mp3: Darkstalkers Resurrection (PS3) */
|
||||
if (!check_extensions(sf,"msf,msa,at3,mp3"))
|
||||
* .mp3: Darkstalkers Resurrection (PS3)
|
||||
* .str: Pac-Man and the Ghostly Adventures (PS3) */
|
||||
if (!check_extensions(sf,"msf,msa,at3,mp3,str"))
|
||||
goto fail;
|
||||
|
||||
/* check header "MSF" + version-char, usually:
|
||||
|
Loading…
x
Reference in New Issue
Block a user