diff options
Diffstat (limited to 'engines/sherlock/detection_tables.h')
-rw-r--r-- | engines/sherlock/detection_tables.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h index 991fc2055d..23d98c85c9 100644 --- a/engines/sherlock/detection_tables.h +++ b/engines/sherlock/detection_tables.h @@ -130,7 +130,8 @@ static const SherlockGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_UNSTABLE, - GUIO0() + GUIO4(GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_HELP_STYLE, GAMEOPTION_TEXT_WINDOWS, + GAMEOPTION_TRANSPARENT_WINDOWS) }, GType_RoseTattoo }, @@ -145,7 +146,8 @@ static const SherlockGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_UNSTABLE, - GUIO0() + GUIO4(GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_HELP_STYLE, GAMEOPTION_TEXT_WINDOWS, + GAMEOPTION_TRANSPARENT_WINDOWS) }, GType_RoseTattoo, }, @@ -160,7 +162,8 @@ static const SherlockGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformDOS, ADGF_UNSTABLE, - GUIO0() + GUIO4(GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_HELP_STYLE, GAMEOPTION_TEXT_WINDOWS, + GAMEOPTION_TRANSPARENT_WINDOWS) }, GType_RoseTattoo, }, |