From c5379909e2e73a9174ca8dad8b9fcbf50d519894 Mon Sep 17 00:00:00 2001 From: Joseph Davies Date: Thu, 6 Mar 2014 04:36:15 -0800 Subject: [PATCH] DIRECTOR: Add detection for AMBER. --- engines/director/detection.cpp | 1 + engines/director/detection_tables.h | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp index 1e7d7f13ba21..b857bf65ba99 100644 --- a/engines/director/detection.cpp +++ b/engines/director/detection.cpp @@ -72,6 +72,7 @@ static const PlainGameDescriptor directorGames[] = { { "jman", "The Journeyman Project" }, { "majestic", "Majestic Part I: Alien Encounter" }, { "spyclub", "Spy Club" }, + { "amber", "AMBER: Journeys Beyond"}, { 0, 0 } }; diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 6b469fac9a0c..793cc60ae306 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -210,6 +210,20 @@ static const DirectorGameDescription gameDescriptions[] = { 3 }, + { + { + "amber", + "", + AD_ENTRY1("amber_jb.exe", "1a7acbba10a7246ba58c1d53fc7203f5"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GID_GENERIC, + 5 + }, + { AD_TABLE_END_MARKER, GID_GENERIC, 0 } };