mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-17 23:36:41 +01:00
Updated KTSS interleave layout for current vgmstream
This commit is contained in:
parent
160a13dff9
commit
b3e796885b
@ -30,7 +30,7 @@ VGMSTREAM * init_vgmstream_ktss(STREAMFILE *streamFile) {
|
||||
vgmstream->loop_end_sample = vgmstream->loop_start_sample + loop_length;
|
||||
|
||||
vgmstream->coding_type = coding_NGC_DSP;
|
||||
vgmstream->layout_type = layout_interleave_byte;
|
||||
vgmstream->layout_type = layout_interleave;
|
||||
vgmstream->meta_type = meta_KTSS;
|
||||
|
||||
vgmstream->interleave_block_size = 0x8;
|
||||
|
Loading…
x
Reference in New Issue
Block a user