aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/detection_tables.h
diff options
context:
space:
mode:
authorLe Philousophe2019-08-26 19:18:45 +0200
committerLe Philousophe2019-08-28 09:09:38 +0200
commit329da808eb35a23514b9ba1f2ad76c63bedfb49c (patch)
tree4dee23aea434321556002af3bd520ea6a32197c7 /engines/cryomni3d/detection_tables.h
parentfd33a890858be24f2d3edcb7afd429216145910b (diff)
downloadscummvm-rg350-329da808eb35a23514b9ba1f2ad76c63bedfb49c.tar.gz
scummvm-rg350-329da808eb35a23514b9ba1f2ad76c63bedfb49c.tar.bz2
scummvm-rg350-329da808eb35a23514b9ba1f2ad76c63bedfb49c.zip
CRYOMNI3D: Improve fallback detection to detect game flags
Diffstat (limited to 'engines/cryomni3d/detection_tables.h')
-rw-r--r--engines/cryomni3d/detection_tables.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h
index cdcb239768..a1c3eecd59 100644
--- a/engines/cryomni3d/detection_tables.h
+++ b/engines/cryomni3d/detection_tables.h
@@ -290,23 +290,20 @@ static const CryOmni3DGameDescription gameDescriptions[] = {
static const CryOmni3DGameDescription fallbackDescs[] = {
{
{
- "versailles",
- "unknown",
+ "",
+ "",
AD_ENTRY1(0, 0),
Common::UNK_LANG,
- Common::kPlatformWindows,
+ Common::kPlatformUnknown,
ADGF_UNSTABLE,
- GUI_OPTIONS_VERSAILLES
+ GUIO0()
},
- GType_VERSAILLES,
+ 0,
0,
},
};
static const ADFileBasedFallback fileBased[] = {
- { &fallbackDescs[0].desc, { "VERSAILL.EXE", 0 } },
- { &fallbackDescs[0].desc, { "VERSAILL.PGM", 0 } },
- { &fallbackDescs[0].desc, { "Versailles", 0 } },
{ 0, { 0 } }
};