diff --git a/src/meta/xmv_valve.c b/src/meta/xmv_valve.c index cf37a03b..2e61b64d 100644 --- a/src/meta/xmv_valve.c +++ b/src/meta/xmv_valve.c @@ -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; }