aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Snover2017-09-09 22:41:09 -0500
committerColin Snover2017-09-09 23:29:58 -0500
commit10db6e9a44db071e75fd7e7882ebdd90e786af98 (patch)
tree20e7301b3bd1ea301ea16d2a4535f93b132b7a2f
parent41506201b908347ae7fba88cfdd3bcc53e6b4056 (diff)
downloadscummvm-rg350-10db6e9a44db071e75fd7e7882ebdd90e786af98.tar.gz
scummvm-rg350-10db6e9a44db071e75fd7e7882ebdd90e786af98.tar.bz2
scummvm-rg350-10db6e9a44db071e75fd7e7882ebdd90e786af98.zip
AUDIO: Mark SCI engine as using ADPCM
-rw-r--r--audio/decoders/adpcm.h1
1 files changed, 1 insertions, 0 deletions
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
*/