diff options
author | Filippos Karapetis | 2012-10-08 23:50:47 +0300 |
---|---|---|
committer | Filippos Karapetis | 2012-10-08 23:50:47 +0300 |
commit | dbb09fe984373205453ca7989f9f4aefb245bc4f (patch) | |
tree | ba3182e248cb6a0fffcd05ef87340f856f3c7ca5 | |
parent | 3a852fb96acf7aaa0fa7a36c04be54b1902cc175 (diff) | |
download | scummvm-rg350-dbb09fe984373205453ca7989f9f4aefb245bc4f.tar.gz scummvm-rg350-dbb09fe984373205453ca7989f9f4aefb245bc4f.tar.bz2 scummvm-rg350-dbb09fe984373205453ca7989f9f4aefb245bc4f.zip |
SCI: Add documentation regarding all SCI1.1 CD games in syncIngameAudioOptions()
-rw-r--r-- | engines/sci/sci.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 5dcc64462d..3441e26c01 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -234,6 +234,19 @@ public: * both) with the in-game audio options of certain CD game versions. For * some games, this allows simultaneous playing of speech and subtitles, * even if the original games didn't support this feature. + * + * SCI1.1 games which support simultaneous speech and subtitles: + * - EcoQuest 1 CD + * - Leisure Suit Larry 6 CD + * SCI1.1 games which don't support simultaneous speech and subtitles, + * and we add this functionality in ScummVM: + * - Space Quest 4 CD + * - Freddy Pharkas CD + * SCI1.1 games which don't support simultaneous speech and subtitles, + * and we haven't added any extra functionality in ScummVM because extra + * script patches are needed: + * - Laura Bow 2 CD + * - King's Quest 6 CD */ void syncIngameAudioOptions(); |