mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
Merge pull request #446 from bxaimc/master
enable dual file stereo for switch adpcm
This commit is contained in:
commit
1fb124c2b0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user