From 1bbbb14b30b68319248ce4ead40a1e9a46f1e5f1 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 23 Aug 2016 18:57:41 +0200 Subject: DIRECTOR: Added test D3 target --- engines/director/detection_tables.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 65eff50fc9..e03b831fa3 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -40,6 +40,19 @@ static const DirectorGameDescription gameDescriptions[] = { 3 }, + { // Generic D3 entry + { + "director", + "", + AD_ENTRY1("D3", 0), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_MACRESFORK, + GUIO1(GUIO_NOASPECT) + }, + GID_GENERIC, + 3 + }, { { "theapartment", -- cgit v1.2.3