diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/director/detection_tables.h | 13 |
1 files changed, 13 insertions, 0 deletions
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", |