Skip to content

Commit

Permalink
DIRECTOR: Add detection for AMBER.
Browse files Browse the repository at this point in the history
  • Loading branch information
Deledrius authored and sev- committed Aug 3, 2016
1 parent de61313 commit c537990
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 @@ -72,6 +72,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "jman", "The Journeyman Project" },
{ "majestic", "Majestic Part I: Alien Encounter" },
{ "spyclub", "Spy Club" },
{ "amber", "AMBER: Journeys Beyond"},
{ 0, 0 }
};

Expand Down
14 changes: 14 additions & 0 deletions engines/director/detection_tables.h
Expand Up @@ -210,6 +210,20 @@ static const DirectorGameDescription gameDescriptions[] = {
3
},

{
{
"amber",
"",
AD_ENTRY1("amber_jb.exe", "1a7acbba10a7246ba58c1d53fc7203f5"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
5
},

{ AD_TABLE_END_MARKER, GID_GENERIC, 0 }
};

Expand Down

0 comments on commit c537990

Please sign in to comment.