From ea0969779f7d67614c920640533d86107fdcc5cb Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 19 Feb 2017 14:44:40 +0100 Subject: DIRECTOR: Added detection for The Apartment 2.0 --- engines/director/detection_tables.h | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'engines/director/detection_tables.h') diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 95ddd25abe..11f70e033c 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -66,11 +66,24 @@ static const DirectorGameDescription gameDescriptions[] = { GID_GENERIC, 4 }, + { + { + "theapartment", + "D2", + AD_ENTRY1s("Main Menu", "fc56c179cb8c6d4938e61ee61fd0032c", 48325), // Original name is "•Main Menu" + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_MACRESFORK, + GUIO1(GUIO_NOASPECT) + }, + GID_GENERIC, + 2 + }, { { "theapartment", "D3", - AD_ENTRY1s("Main Menu", "9e838fe1a6af7992d656ca325e38dee5", 47911), + AD_ENTRY1s("Main Menu", "9e838fe1a6af7992d656ca325e38dee5", 47911), // Original name is "•Main Menu" Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, @@ -83,7 +96,7 @@ static const DirectorGameDescription gameDescriptions[] = { { "theapartment", "D4", - AD_ENTRY1s("Main Menu", "ff86181f03fe6eb060f65a985ca0580d", 160612), + AD_ENTRY1s("Main Menu", "ff86181f03fe6eb060f65a985ca0580d", 160612),// Original name is "•Main Menu" Common::EN_ANY, Common::kPlatformMacintosh, ADGF_NO_FLAGS, -- cgit v1.2.3