From 70c7133e4b23adff5d630d4d2a37ac81ef070566 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Sat, 8 Jun 2019 12:19:43 +0200 Subject: CRYOMNI3D: Improve compatibility with ScummVM global UI --- engines/cryomni3d/detection_tables.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'engines/cryomni3d/detection_tables.h') diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h index d791a34ad8..8d56594329 100644 --- a/engines/cryomni3d/detection_tables.h +++ b/engines/cryomni3d/detection_tables.h @@ -22,9 +22,7 @@ namespace CryOmni3D { -//#define GAMEOPTION_PLAY_MYST_FLYBY GUIO_GAMEOPTIONS1 - -//#define GUI_OPTIONS_MYST GUIO3(GUIO_NOASPECT, GUIO_NOSUBTITLES, GUIO_NOMIDI) +#define GUI_OPTIONS_VERSAILLES GUIO3(GUIO_NOMIDI, GUIO_NOSFX, GUIO_NOASPECT) static const CryOmni3DGameDescription gameDescriptions[] = { // Versailles 1685 @@ -38,7 +36,7 @@ static const CryOmni3DGameDescription gameDescriptions[] = { Common::FR_FRA, Common::kPlatformWindows, ADGF_UNSTABLE, - GUIO1(GUIO_NOASPECT) + GUI_OPTIONS_VERSAILLES }, GType_VERSAILLES, 0, @@ -56,7 +54,7 @@ static const CryOmni3DGameDescription gameDescriptions[] = { Common::FR_FRA, Common::kPlatformWindows, ADGF_UNSTABLE, - GUIO1(GUIO_NOASPECT) + GUI_OPTIONS_VERSAILLES }, GType_VERSAILLES, 0, @@ -74,7 +72,7 @@ static const CryOmni3DGameDescription gameDescriptions[] = { Common::FR_FRA, Common::kPlatformDOS, ADGF_UNSTABLE, - GUIO1(GUIO_NOASPECT) + GUI_OPTIONS_VERSAILLES }, GType_VERSAILLES, 0, @@ -92,7 +90,7 @@ static const CryOmni3DGameDescription gameDescriptions[] = { Common::FR_FRA, Common::kPlatformMacintosh, ADGF_UNSTABLE, - GUIO1(GUIO_NOASPECT) + GUI_OPTIONS_VERSAILLES }, GType_VERSAILLES, 0, @@ -115,7 +113,7 @@ static const CryOmni3DGameDescription fallbackDescs[] = { Common::UNK_LANG, Common::kPlatformWindows, ADGF_UNSTABLE, - GUIO1(GUIO_NOASPECT) + GUI_OPTIONS_VERSAILLES }, GType_VERSAILLES, 0, -- cgit v1.2.3