diff options
Diffstat (limited to 'engines/sword25')
-rw-r--r-- | engines/sword25/detection_tables.h | 13 |
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 }; |