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