diff options
author | Eugene Sandulenko | 2016-08-02 21:57:38 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-03 23:40:36 +0200 |
commit | 503ff47b0b9cfeacdf5df05829327ada52d35530 (patch) | |
tree | f918cee73eb62f317a12fa947155dc0f2b8c4725 | |
parent | 0bda62233740a121b52faf90ef01f5cd9cf92a06 (diff) | |
download | scummvm-rg350-503ff47b0b9cfeacdf5df05829327ada52d35530.tar.gz scummvm-rg350-503ff47b0b9cfeacdf5df05829327ada52d35530.tar.bz2 scummvm-rg350-503ff47b0b9cfeacdf5df05829327ada52d35530.zip |
DIRECTOR: Added detection for 'The Apartment'
-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"), |