SCI: Add documentation regarding all SCI1.1 CD games in syncIngameAudioOptions()

This commit is contained in:
Filippos Karapetis 2012-10-08 23:50:47 +03:00
parent 3a852fb96a
commit dbb09fe984

View File

@ -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();