MSF: Added .str extension

This commit is contained in:
NicknineTheEagle 2021-12-06 15:30:42 +03:00
parent 669b7ef18e
commit ad28329418

View File

@ -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: