mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 15:00:11 +01:00
fixed interleave for other .ads (ADSC) files from Kamen Rider Kabuto (PS2)
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@781 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
b24b9a8779
commit
2439a59e42
@ -35,7 +35,7 @@ VGMSTREAM * init_vgmstream_ps2_adsc(STREAMFILE *streamFile) {
|
||||
else
|
||||
vgmstream->num_samples = read_32bitLE(0x2c,streamFile)*28/32;
|
||||
vgmstream->layout_type = layout_interleave;
|
||||
vgmstream->interleave_block_size = 0x400;
|
||||
vgmstream->interleave_block_size = read_32bitLE(0x1c,streamFile);
|
||||
vgmstream->meta_type = meta_PS2_ADSC;
|
||||
|
||||
/* open the file for reading */
|
||||
|
Loading…
Reference in New Issue
Block a user