diff options
author | Einar Johan Trøan Sømåen | 2013-06-26 01:59:31 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2013-06-26 01:59:31 +0200 |
commit | e26fb8e7d239052d9645aa0bfb75500ddc3aa132 (patch) | |
tree | 771aa9b8368ffc4c1565b19f5898356468fbd341 /engines | |
parent | 0634f516968a2869895c942cb17859e738e4d802 (diff) | |
download | scummvm-rg350-e26fb8e7d239052d9645aa0bfb75500ddc3aa132.tar.gz scummvm-rg350-e26fb8e7d239052d9645aa0bfb75500ddc3aa132.tar.bz2 scummvm-rg350-e26fb8e7d239052d9645aa0bfb75500ddc3aa132.zip |
WINTERMUTE: Add detection for J.U.L.I.A. (Greenlight Demo)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wintermute/detection_tables.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index ad4256e6b9..09426c9307 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -324,6 +324,17 @@ static const ADGameDescription gameDescriptions[] = { ADGF_DEMO, GUIO0() }, + // J.U.L.I.A. (English) (Greenlight Demo) + { + "julia", + "Greenlight Demo", + AD_ENTRY1s("data.dcp", "4befd448d36b0dae9c3ab1aa7cb8b78d", 7271886), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_DEMO, + GUIO0() + }, // Mirage { "mirage", |