Skip to content

Commit

Permalink
DIRECTOR: Add majestic detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops authored and sev- committed Aug 3, 2016
1 parent 50c52ab commit a24668f
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 @@ -64,6 +64,7 @@ bool DirectorEngine::hasFeature(EngineFeature f) const {
static const PlainGameDescriptor directorGames[] = {
{ "director", "Macromedia Director Game" },
{ "gundam0079", "Gundam 0079: The War for Earth" },
{ "majestic", "Majestic Part I: Alien Encounter" },
{ 0, 0 }
};

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

{
{
"majestic",
"",
AD_ENTRY1("MAJESTIC.EXE", "624267f70253e5327981003a6fc0aeba"),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
4
},

{ AD_TABLE_END_MARKER, GID_GENERIC, 0 }
};

Expand Down

0 comments on commit a24668f

Please sign in to comment.