aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/cge/detection.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp
index 9e40c7b925..289aede99e 100644
--- a/engines/cge/detection.cpp
+++ b/engines/cge/detection.cpp
@@ -30,6 +30,7 @@
static const PlainGameDescriptor CGEGames[] = {
{ "soltys", "Soltys" },
+ { "sfinx", "Sfinx" },
{ 0, 0 }
};
@@ -91,6 +92,16 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
},
+ {
+ // Polish version, provided by Strangerke
+ "sfinx", "Sfinx Freeware",
+ {
+ {"vol.cat", 0, "21197b287d397c53261b6616bf0dd880", 129024},
+ {"vol.dat", 0, "de14291869a8eb7c2732ab783c7542ef", 34180844},
+ AD_LISTEND
+ },
+ Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
+ },
AD_TABLE_END_MARKER
};