Skip to content

Commit

Permalink
DIRECTOR: Add detection for Arnie and its demo (#928)
Browse files Browse the repository at this point in the history
DIRECTOR: Add detection for Arnie and its demo
  • Loading branch information
VelocityRa authored and sev- committed Mar 30, 2017
1 parent ee86a74 commit 30435ec
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions engines/director/detection.cpp
Expand Up @@ -85,6 +85,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "vvvampire", "Victor Vector & Yondo: The Vampire's Coffin"},
{ "vvdinosaur", "Victor Vector & Yondo: The Last Dinosaur Egg"},
{ "warlock", "Spaceship Warlock"},
{ "ernie", "Ernie"},
{ 0, 0 }
};

Expand Down
28 changes: 28 additions & 0 deletions engines/director/detection_tables.h
Expand Up @@ -527,6 +527,34 @@ static const DirectorGameDescription gameDescriptions[] = {
2
},

{
{
"ernie",
"Demo",
AD_ENTRY1s("ERNIE.EXE", "1a7acbba10a7246ba58c1d53fc7203f5", 1417371),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_DEMO,
GUIO1(GUIO_NOASPECT)
},
GID_GENERIC,
5
},

{
{
"ernie",
"",
AD_ENTRY1s("Ernie.exe", "1a7acbba10a7246ba58c1d53fc7203f5", 1417481),
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 30435ec

Please sign in to comment.