mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 04:13:47 +01:00
Fix test .bcwav stereo IMA
This commit is contained in:
parent
fcbdf1c048
commit
4912cb0fb3
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user