mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-25 07:20:10 +01:00
Fix some dual stereo [Animal Crossing DLC (NSW)]
This commit is contained in:
parent
dd84f89d7f
commit
3146647934
@ -1070,6 +1070,8 @@ static void try_dual_file_stereo(VGMSTREAM* opened_vgmstream, STREAMFILE* sf, VG
|
|||||||
|
|
||||||
/* stereo! */
|
/* stereo! */
|
||||||
opened_vgmstream->channels = 2;
|
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 */
|
/* discard the second VGMSTREAM */
|
||||||
mixing_close(new_vgmstream);
|
mixing_close(new_vgmstream);
|
||||||
|
Loading…
Reference in New Issue
Block a user