diff options
Diffstat (limited to 'engines/director/detection_tables.h')
-rw-r--r-- | engines/director/detection_tables.h | 28 |
1 files changed, 28 insertions, 0 deletions
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 } }; |