From af783c73e77c20655b78313a559f33d47c5950b2 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 24 Oct 2016 10:23:25 +0200 Subject: DIRECTOR: Added D4 generic target --- engines/director/detection_tables.h | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 4b3cfd559c..ae52784f51 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -40,11 +40,11 @@ static const DirectorGameDescription gameDescriptions[] = { 3 }, - { // Generic D3 entry + { // Generic D3 Mac entry { "director", "", - AD_ENTRY1("D3", 0), + AD_ENTRY1("D3-mac", 0), Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, @@ -53,6 +53,19 @@ static const DirectorGameDescription gameDescriptions[] = { GID_GENERIC, 3 }, + { // Generic D4 Mac entry + { + "director", + "", + AD_ENTRY1("D4-mac", 0), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_MACRESFORK, + GUIO1(GUIO_NOASPECT) + }, + GID_GENERIC, + 4 + }, { { "theapartment", -- cgit v1.2.3