enable dual file stereo for switch .adpcm

This commit is contained in:
bxaimc 2019-07-24 10:57:15 -04:00
parent b570337e7d
commit 98723b7821

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 */