Skip to content

Commit

Permalink
DIRECTOR: Added detection for 'The Apartment'
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 3, 2016
1 parent 0bda622 commit 503ff47
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions engines/director/detection.cpp
Expand Up @@ -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" },
Expand Down
14 changes: 14 additions & 0 deletions engines/director/detection_tables.h
Expand Up @@ -40,6 +40,20 @@ static const DirectorGameDescription gameDescriptions[] = {
3
},

{
{
"theapartment",
"",
AD_ENTRY1s("Main Menu", "9e838fe1a6af7992d656ca325e38dee5", 47911),
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_MACRESFORK,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
3
},

{
{
"gundam0079",
Expand Down

0 comments on commit 503ff47

Please sign in to comment.