Fix some .bnk [Fat Princess (PS3)]

This commit is contained in:
bnnm 2023-07-08 15:28:47 +02:00
parent a752297d77
commit 73410943a1

View File

@ -474,6 +474,7 @@ VGMSTREAM* init_vgmstream_bnk_sony(STREAMFILE* sf) {
channels = 2;
stream_size = stream_size * channels;
total_subsongs = 1;
start_offset -= stream_offset; /* also channels may be inverted [Fat Princess (PS3)] */
}
interleave = stream_size / channels;