Merge pull request #1031 from bxaimc/master

Add dual file stereo for ACNH: Happy Home Paradise
This commit is contained in:
bxaimc 2021-12-09 12:50:53 -05:00 committed by GitHub
commit 8d893f133a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: