aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/detection_tables.h
diff options
context:
space:
mode:
authorEugene Sandulenko2015-11-19 00:52:20 +0100
committerEugene Sandulenko2015-11-19 00:52:20 +0100
commit2d0b9143014f74919efadf1065175a3e39c9768c (patch)
tree35c805e93560bf1c182cc1df9994e41c03d8da1e /engines/sword25/detection_tables.h
parentefaf82c66e4f1b502acae2b349a9491ccb9cf744 (diff)
downloadscummvm-rg350-2d0b9143014f74919efadf1065175a3e39c9768c.tar.gz
scummvm-rg350-2d0b9143014f74919efadf1065175a3e39c9768c.tar.bz2
scummvm-rg350-2d0b9143014f74919efadf1065175a3e39c9768c.zip
SWORD25: Added Ultimate version detection
Diffstat (limited to 'engines/sword25/detection_tables.h')
-rw-r--r--engines/sword25/detection_tables.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/sword25/detection_tables.h b/engines/sword25/detection_tables.h
index a9f263b7d4..644b8ef366 100644
--- a/engines/sword25/detection_tables.h
+++ b/engines/sword25/detection_tables.h
@@ -129,6 +129,19 @@ static const ADGameDescription gameDescriptions[] = {
GF_EXTRACTED | ADGF_UNSTABLE,
GUIO1(GUIO_NOASPECT)
},
+
+ // Distributed by ScummVM
+ // Contains all language packs, English voice-overs and Hungarian version
+ {
+ "sword25",
+ "Latest version",
+ AD_ENTRY1s("data.b25c", "880a8a67faf4a4e7ab62cf114b771428", 827397764),
+ Common::EN_ANY,
+ Common::kPlatformUnknown,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+
AD_TABLE_END_MARKER
};