aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2013-06-26 01:59:31 +0200
committerEinar Johan Trøan Sømåen2013-06-26 01:59:31 +0200
commite26fb8e7d239052d9645aa0bfb75500ddc3aa132 (patch)
tree771aa9b8368ffc4c1565b19f5898356468fbd341 /engines/wintermute
parent0634f516968a2869895c942cb17859e738e4d802 (diff)
downloadscummvm-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/wintermute')
-rw-r--r--engines/wintermute/detection_tables.h11
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",