aboutsummaryrefslogtreecommitdiff
path: root/engines/director
diff options
context:
space:
mode:
authorNick Renieris2017-03-30 23:56:54 +0300
committerEugene Sandulenko2017-03-30 22:56:54 +0200
commit30435ec0abee168af13b5c41671ee5ca41db8a88 (patch)
treed0504b03f6d3486bb778afeff997138ea615366b /engines/director
parentee86a74cd378fc66635d7914fb549d70e6e58e5c (diff)
downloadscummvm-rg350-30435ec0abee168af13b5c41671ee5ca41db8a88.tar.gz
scummvm-rg350-30435ec0abee168af13b5c41671ee5ca41db8a88.tar.bz2
scummvm-rg350-30435ec0abee168af13b5c41671ee5ca41db8a88.zip
DIRECTOR: Add detection for Arnie and its demo (#928)
DIRECTOR: Add detection for Arnie and its demo
Diffstat (limited to 'engines/director')
-rw-r--r--engines/director/detection.cpp1
-rw-r--r--engines/director/detection_tables.h28
2 files changed, 29 insertions, 0 deletions
diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp
index 43c5bf2b4f..dd10b6c044 100644
--- a/engines/director/detection.cpp
+++ b/engines/director/detection.cpp
@@ -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 }
};
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index b3c07a1809..888166d107 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -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 }
};