Merge pull request #446 from bxaimc/master

enable dual file stereo for switch adpcm
This commit is contained in:
bxaimc 2019-07-24 11:12:55 -04:00 committed by GitHub
commit 1fb124c2b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -415,6 +415,7 @@ VGMSTREAM * init_vgmstream_ngc_dsp_std_le(STREAMFILE *streamFile) {
vgmstream->meta_type = meta_DSP_STD;
vgmstream->coding_type = coding_NGC_DSP;
vgmstream->layout_type = layout_none;
vgmstream->allow_dual_stereo = 1;
{
/* adpcm coeffs/history */