mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-06 14:44:25 +01:00
Add .snd FSB5 extension
This commit is contained in:
parent
94dd9dfe87
commit
d4b3ffb3bb
@ -44,8 +44,10 @@ VGMSTREAM * init_vgmstream_fsb5(STREAMFILE *streamFile) {
|
|||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|
||||||
/* check extension, case insensitive */
|
/* checks */
|
||||||
if (!check_extensions(streamFile,"fsb"))
|
/* .fsb: standard
|
||||||
|
* .snd: Alchemy engine (also Unity) */
|
||||||
|
if (!check_extensions(streamFile,"fsb,snd"))
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
if (read_32bitBE(0x00,streamFile) != 0x46534235) /* "FSB5" */
|
if (read_32bitBE(0x00,streamFile) != 0x46534235) /* "FSB5" */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user