aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/detection_tables.h
diff options
context:
space:
mode:
authorLe Philousophe2019-06-08 12:19:43 +0200
committerLe Philousophe2019-06-08 12:43:22 +0200
commit70c7133e4b23adff5d630d4d2a37ac81ef070566 (patch)
tree2e6a75269ffdb1fde0811db73cbdbb002180a9be /engines/cryomni3d/detection_tables.h
parent9fbaf9c73919258e21e420393cf053f413d37856 (diff)
downloadscummvm-rg350-70c7133e4b23adff5d630d4d2a37ac81ef070566.tar.gz
scummvm-rg350-70c7133e4b23adff5d630d4d2a37ac81ef070566.tar.bz2
scummvm-rg350-70c7133e4b23adff5d630d4d2a37ac81ef070566.zip
CRYOMNI3D: Improve compatibility with ScummVM global UI
Diffstat (limited to 'engines/cryomni3d/detection_tables.h')
-rw-r--r--engines/cryomni3d/detection_tables.h14
1 files changed, 6 insertions, 8 deletions
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,