Fix test .bcwav stereo IMA

This commit is contained in:
bnnm 2025-01-24 15:53:57 +01:00
parent fcbdf1c048
commit 4912cb0fb3

View File

@ -227,7 +227,7 @@ static VGMSTREAM* init_vgmstream_bxwav(STREAMFILE* sf, bxwav_type_t type) {
break;
case 0x03:
vgmstream->coding_type = coding_IMA; // 3DS eShop applet (3DS)
vgmstream->coding_type = coding_IMA_int; // 3DS eShop applet (3DS)
/* hist is read below */
break;