This commit is contained in:
NicknineTheEagle 2020-12-12 20:22:36 +03:00
parent a0b48a3b9b
commit 528836b59d

View File

@ -178,7 +178,7 @@ VGMSTREAM *init_vgmstream_xmv_valve(STREAMFILE *streamFile) {
break;
}
#endif
case 0x02: /* ADPCM (not actually implemented, was probably supposed to be Microsoft ADPCM) */
case 0x02: /* ADPCM (not actually implemented, was probably supposed to be Microsoft ADPCM or Xbox IMA) */
default:
goto fail;
}