Add dual file stereo for ACNH: Happy Home Paradise

This commit is contained in:
bxaimc 2021-12-09 12:27:41 -05:00
parent 53bcaf979c
commit c314a74853

View File

@ -41,6 +41,7 @@ VGMSTREAM * init_vgmstream_bwav(STREAMFILE *streamFile) {
vgmstream->loop_start_sample = read_32bitLE(0x50, streamFile);
vgmstream->loop_end_sample = read_32bitLE(0x4C, streamFile);
vgmstream->meta_type = meta_BWAV;
vgmstream->allow_dual_stereo = 1;
switch(codec) {
case 0x0000: