mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-22 13:20:16 +01:00
Merge branch 'master' into asrs
This commit is contained in:
commit
27776d5cf1
@ -16,7 +16,6 @@ VGMSTREAM * init_vgmstream_sthd(STREAMFILE *sf) {
|
|||||||
goto fail;
|
goto fail;
|
||||||
/* first block has special values */
|
/* first block has special values */
|
||||||
if (read_u16le(0x04,sf) != 0x0800 ||
|
if (read_u16le(0x04,sf) != 0x0800 ||
|
||||||
read_u32le(0x0c,sf) != 0x0001 ||
|
|
||||||
read_u32le(0x14,sf) != 0x0000)
|
read_u32le(0x14,sf) != 0x0000)
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user