diff options
Diffstat (limited to 'engines/cge2/detection.cpp')
-rw-r--r-- | engines/cge2/detection.cpp | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp index 2b16f8c3b7..7821752f52 100644 --- a/engines/cge2/detection.cpp +++ b/engines/cge2/detection.cpp @@ -49,6 +49,17 @@ static const ADGameDescription gameDescriptions[] = { }, Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF) }, + + { + "sfinx", "Freeware v1.0", + { + {"vol.cat", 0, "794a390177c644790df91dc363d808b3", 129024}, + {"vol.dat", 0, "a4c8cff2c432df4b7d4968fea3511001", 34180085}, + AD_LISTEND + }, + Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF) + }, + AD_TABLE_END_MARKER }; @@ -120,7 +131,7 @@ const ADGameDescription *CGE2MetaEngine::fallbackDetect(const FileMap &allFiles, continue; desc.gameid = "sfinx"; - desc.extra = "Translation Alpha v0.1"; + desc.extra = "Translation Alpha v0.2"; desc.language = Common::EN_ANY; desc.platform = Common::kPlatformDOS; desc.flags = ADGF_NO_FLAGS; |