From 2d0b9143014f74919efadf1065175a3e39c9768c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 19 Nov 2015 00:52:20 +0100 Subject: SWORD25: Added Ultimate version detection --- engines/sword25/detection_tables.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 }; -- cgit v1.2.3