diff options
author | Matthew Hoops | 2011-01-21 14:37:46 +0000 |
---|---|---|
committer | Matthew Hoops | 2011-01-21 14:37:46 +0000 |
commit | e55ac4f419db480b1ce87087d7f063aa5297099f (patch) | |
tree | e72ab6e4a8c287e3d98961a869453d3f4649e60f /sound | |
parent | fc8f135a6181a285584556714b75b34b392d0a33 (diff) | |
download | scummvm-rg350-e55ac4f419db480b1ce87087d7f063aa5297099f.tar.gz scummvm-rg350-e55ac4f419db480b1ce87087d7f063aa5297099f.tar.bz2 scummvm-rg350-e55ac4f419db480b1ce87087d7f063aa5297099f.zip |
SOUND: Update which engines use what decoder
svn-id: r55381
Diffstat (limited to 'sound')
-rw-r--r-- | sound/decoders/adpcm.h | 2 | ||||
-rw-r--r-- | sound/decoders/aiff.h | 1 | ||||
-rw-r--r-- | sound/decoders/flac.h | 2 | ||||
-rw-r--r-- | sound/decoders/mp3.h | 3 | ||||
-rw-r--r-- | sound/decoders/vorbis.h | 2 | ||||
-rw-r--r-- | sound/decoders/wave.h | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/sound/decoders/adpcm.h b/sound/decoders/adpcm.h index d69387f1eb..38ec870a27 100644 --- a/sound/decoders/adpcm.h +++ b/sound/decoders/adpcm.h @@ -27,6 +27,8 @@ * @file * Sound decoder used in engines: * - agos + * - lastexpress + * - mohawk * - saga * - scumm * - tinsel diff --git a/sound/decoders/aiff.h b/sound/decoders/aiff.h index 53f86c95fd..06c56ecd38 100644 --- a/sound/decoders/aiff.h +++ b/sound/decoders/aiff.h @@ -27,6 +27,7 @@ * @file * Sound decoder used in engines: * - saga + * - sci * - sword1 */ diff --git a/sound/decoders/flac.h b/sound/decoders/flac.h index 3c00ec3d5d..17f95ec1fb 100644 --- a/sound/decoders/flac.h +++ b/sound/decoders/flac.h @@ -27,10 +27,12 @@ * @file * Sound decoder used in engines: * - agos + * - draci * - kyra * - m4 * - queen * - saga + * - sci * - scumm * - sword1 * - sword2 diff --git a/sound/decoders/mp3.h b/sound/decoders/mp3.h index ed54c8b013..72bc6e1b3e 100644 --- a/sound/decoders/mp3.h +++ b/sound/decoders/mp3.h @@ -27,10 +27,13 @@ * @file * Sound decoder used in engines: * - agos + * - draci * - kyra * - m4 + * - mohawk * - queen * - saga + * - sci * - scumm * - sword1 * - sword2 diff --git a/sound/decoders/vorbis.h b/sound/decoders/vorbis.h index 0a0cf43bc9..7cc395cccb 100644 --- a/sound/decoders/vorbis.h +++ b/sound/decoders/vorbis.h @@ -27,10 +27,12 @@ * @file * Sound decoder used in engines: * - agos + * - draci * - kyra * - m4 * - queen * - saga + * - sci * - scumm * - sword1 * - sword2 diff --git a/sound/decoders/wave.h b/sound/decoders/wave.h index edd37e7ac9..2bdbe8f0b6 100644 --- a/sound/decoders/wave.h +++ b/sound/decoders/wave.h @@ -28,7 +28,9 @@ * Sound decoder used in engines: * - agos * - gob + * - mohawk * - saga + * - sci * - scumm * - sword1 * - sword2 |