diff options
author | Filippos Karapetis | 2011-11-26 22:26:50 +0200 |
---|---|---|
committer | Filippos Karapetis | 2011-11-26 22:28:41 +0200 |
commit | 52ee29d5cd51f57c7c84905908e4f4520159bd94 (patch) | |
tree | dc03c4d82ef4c24b03f404a080a14369e39015b2 | |
parent | 31cf9b76108b877d6f0421ef6046e0d59100bda4 (diff) | |
download | scummvm-rg350-52ee29d5cd51f57c7c84905908e4f4520159bd94.tar.gz scummvm-rg350-52ee29d5cd51f57c7c84905908e4f4520159bd94.tar.bz2 scummvm-rg350-52ee29d5cd51f57c7c84905908e4f4520159bd94.zip |
SWORD25: Add the Hungarian "psylog" version from bug #3428644
-rw-r--r-- | engines/sword25/detection_tables.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/sword25/detection_tables.h b/engines/sword25/detection_tables.h index e33f8f8aca..94a5b55fed 100644 --- a/engines/sword25/detection_tables.h +++ b/engines/sword25/detection_tables.h @@ -104,6 +104,17 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO1(GUIO_NOASPECT) }, + // Hungarian "psylog" version. + // Submitted by goodoldgeorg in bug report #3428644. + { + "sword25", + "psylog version", + AD_ENTRY1s("lang_hu.b25c", "7de51a3b4926a192549e75b1a7d81667", 1864915), + Common::HU_HUN, + Common::kPlatformUnknown, + ADGF_UNSTABLE, + GUIO1(GUIO_NOASPECT) + }, // Extracted version { |