mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 08:20:54 +01:00
Merge pull request #1031 from bxaimc/master
Add dual file stereo for ACNH: Happy Home Paradise
This commit is contained in:
commit
8d893f133a
@ -41,6 +41,7 @@ VGMSTREAM * init_vgmstream_bwav(STREAMFILE *streamFile) {
|
|||||||
vgmstream->loop_start_sample = read_32bitLE(0x50, streamFile);
|
vgmstream->loop_start_sample = read_32bitLE(0x50, streamFile);
|
||||||
vgmstream->loop_end_sample = read_32bitLE(0x4C, streamFile);
|
vgmstream->loop_end_sample = read_32bitLE(0x4C, streamFile);
|
||||||
vgmstream->meta_type = meta_BWAV;
|
vgmstream->meta_type = meta_BWAV;
|
||||||
|
vgmstream->allow_dual_stereo = 1;
|
||||||
|
|
||||||
switch(codec) {
|
switch(codec) {
|
||||||
case 0x0000:
|
case 0x0000:
|
||||||
|
Loading…
Reference in New Issue
Block a user