mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-17 23:36:41 +01:00
Ignore A2M .int
This commit is contained in:
parent
59cef16a2c
commit
ecf01351cb
@ -27,6 +27,10 @@ VGMSTREAM * init_vgmstream_ps2_int(STREAMFILE *streamFile) {
|
|||||||
else
|
else
|
||||||
channel_count = 4;
|
channel_count = 4;
|
||||||
|
|
||||||
|
/* ignore A2M .int */
|
||||||
|
if (read_32bitBE(0x00,streamFile) == 0x41324D00) /* "A2M\0" */
|
||||||
|
goto fail;
|
||||||
|
|
||||||
/* build the VGMSTREAM */
|
/* build the VGMSTREAM */
|
||||||
vgmstream = allocate_vgmstream(channel_count,0);
|
vgmstream = allocate_vgmstream(channel_count,0);
|
||||||
if (!vgmstream) goto fail;
|
if (!vgmstream) goto fail;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user