From 329da808eb35a23514b9ba1f2ad76c63bedfb49c Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Mon, 26 Aug 2019 19:18:45 +0200 Subject: CRYOMNI3D: Improve fallback detection to detect game flags --- engines/cryomni3d/detection_tables.h | 13 +++++-------- 1 file changed, 5 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 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 } } }; -- cgit v1.2.3