From 10db6e9a44db071e75fd7e7882ebdd90e786af98 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sat, 9 Sep 2017 22:41:09 -0500 Subject: AUDIO: Mark SCI engine as using ADPCM --- audio/decoders/adpcm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/decoders/adpcm.h b/audio/decoders/adpcm.h index 353fd3b71d..0f0d83c3c2 100644 --- a/audio/decoders/adpcm.h +++ b/audio/decoders/adpcm.h @@ -27,6 +27,7 @@ * - lastexpress * - mohawk * - saga + * - sci (DK3 ADPCM for Phantasmagoria 2) * - scumm * - tinsel */ -- cgit v1.2.3