Fix some dual stereo [Animal Crossing DLC (NSW)]

This commit is contained in:
bnnm 2022-01-14 17:22:31 +01:00
parent dd84f89d7f
commit 3146647934

View File

@ -1070,6 +1070,8 @@ static void try_dual_file_stereo(VGMSTREAM* opened_vgmstream, STREAMFILE* sf, VG
/* stereo! */
opened_vgmstream->channels = 2;
if (opened_vgmstream->layout_type == layout_interleave)
opened_vgmstream->layout_type = layout_none; /* fixes some odd cases */
/* discard the second VGMSTREAM */
mixing_close(new_vgmstream);