From 89d945e47470b83237676f416a383679fa9c4e4e Mon Sep 17 00:00:00 2001 From: elasota Date: Thu, 2 Feb 2023 11:40:45 -0500 Subject: [PATCH] MTROPOLIS: Remove widescreen and subtitle options from incompatible languages, add auto-save to compatible languages. --- engines/mtropolis/detection_tables.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engines/mtropolis/detection_tables.h b/engines/mtropolis/detection_tables.h index 775b5afb0ec..ce3a66cf8ad 100644 --- a/engines/mtropolis/detection_tables.h +++ b/engines/mtropolis/detection_tables.h @@ -90,7 +90,7 @@ static const MTropolisGameDescription gameDescriptions[] = { Common::JA_JPN, Common::kPlatformMacintosh, ADGF_TESTING, - GUIO3(GAMEOPTION_WIDESCREEN_MOD, GAMEOPTION_AUTO_SAVE_AT_CHECKPOINTS, GAMEOPTION_SOUND_EFFECT_SUBTITLES) + GUIO1(GAMEOPTION_AUTO_SAVE_AT_CHECKPOINTS) }, GID_OBSIDIAN, 0, @@ -144,7 +144,7 @@ static const MTropolisGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformWindows, ADGF_TESTING, - GUIO1(GAMEOPTION_WIDESCREEN_MOD) + GUIO1(GAMEOPTION_AUTO_SAVE_AT_CHECKPOINTS) }, GID_OBSIDIAN, 0, @@ -170,7 +170,7 @@ static const MTropolisGameDescription gameDescriptions[] = { Common::IT_ITA, Common::kPlatformWindows, ADGF_TESTING, - GUIO1(GAMEOPTION_WIDESCREEN_MOD) + GUIO1(GAMEOPTION_AUTO_SAVE_AT_CHECKPOINTS) }, GID_OBSIDIAN, 0,