aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/detection_tables.h
diff options
context:
space:
mode:
authorLe Philousophe2019-03-07 18:57:04 +0100
committerEugene Sandulenko2019-06-01 22:43:48 +0200
commitacb8349a91ae0262e6fee7b9457eeb76e4eacdac (patch)
treecf02de3160b0cf6ca707ef05357703160fa2bc06 /engines/cryomni3d/detection_tables.h
parentdb85320bcc2deaa1753be24462d768a535b84b1c (diff)
downloadscummvm-rg350-acb8349a91ae0262e6fee7b9457eeb76e4eacdac.tar.gz
scummvm-rg350-acb8349a91ae0262e6fee7b9457eeb76e4eacdac.tar.bz2
scummvm-rg350-acb8349a91ae0262e6fee7b9457eeb76e4eacdac.zip
CRYOMNI3D: Add Macintosh support to Versailles
There is still some work to do on fonts to make them match what it's used by the original executable
Diffstat (limited to 'engines/cryomni3d/detection_tables.h')
-rw-r--r--engines/cryomni3d/detection_tables.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h
index 49a7cb00da..d791a34ad8 100644
--- a/engines/cryomni3d/detection_tables.h
+++ b/engines/cryomni3d/detection_tables.h
@@ -81,6 +81,24 @@ static const CryOmni3DGameDescription gameDescriptions[] = {
0,
},
+ // Versailles 1685
+ // French Macintosh
+ // From criezy
+ {
+ {
+ "versailles",
+ "",
+ AD_ENTRY1s("Versailles", "f81935517b1bbb58acf70f25efa5c7f3", 375868),
+ Common::FR_FRA,
+ Common::kPlatformMacintosh,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_VERSAILLES,
+ 0,
+ 0,
+ },
+
{ AD_TABLE_END_MARKER, 0, 0, 0 }
};
@@ -108,6 +126,7 @@ static const CryOmni3DGameDescription fallbackDescs[] = {
static const ADFileBasedFallback fileBased[] = {
{ &fallbackDescs[0].desc, { "VERSAILL.EXE", 0 } },
{ &fallbackDescs[0].desc, { "VERSAILL.PGM", 0 } },
+ { &fallbackDescs[0].desc, { "Versailles", 0 } },
{ 0, { 0 } }
};