From dbb09fe984373205453ca7989f9f4aefb245bc4f Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 8 Oct 2012 23:50:47 +0300 Subject: SCI: Add documentation regarding all SCI1.1 CD games in syncIngameAudioOptions() --- engines/sci/sci.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'engines/sci/sci.h') 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(); -- cgit v1.2.3