diff options
-rw-r--r-- | engines/director/detection.cpp | 1 | ||||
-rw-r--r-- | engines/director/detection_tables.h | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp index b0fea292a5..1f2e970539 100644 --- a/engines/director/detection.cpp +++ b/engines/director/detection.cpp @@ -68,6 +68,7 @@ bool DirectorEngine::hasFeature(EngineFeature f) const { static const PlainGameDescriptor directorGames[] = { { "director", "Macromedia Director Game" }, { "directortest", "Macromedia Director Test Target" }, + { "theapartment", "The Apartment, D3 interactive demo" }, { "gundam0079", "Gundam 0079: The War for Earth" }, { "jewels", "Jewels of the Oracle" }, { "jman", "The Journeyman Project" }, diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 8c9c9f17e9..65eff50fc9 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -42,6 +42,20 @@ static const DirectorGameDescription gameDescriptions[] = { { { + "theapartment", + "", + AD_ENTRY1s("Main Menu", "9e838fe1a6af7992d656ca325e38dee5", 47911), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_MACRESFORK, + GUIO1(GUIO_NOASPECT) + }, + GID_GENERIC, + 3 + }, + + { + { "gundam0079", "", AD_ENTRY1("Gundam0079.exe", "1a7acbba10a7246ba58c1d53fc7203f5"), |