diff options
author | Einar Johan Trøan Sømåen | 2012-07-10 02:54:52 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-07-10 02:54:52 +0200 |
commit | 2c70a0054da7a95e267aae4cc656cc90ada29e00 (patch) | |
tree | 1193dc46406aca859d4a011ebbbbd2e9eb18f002 /engines/wintermute | |
parent | bd3b22b14b4251ea644cceba96334205f797e720 (diff) | |
download | scummvm-rg350-2c70a0054da7a95e267aae4cc656cc90ada29e00.tar.gz scummvm-rg350-2c70a0054da7a95e267aae4cc656cc90ada29e00.tar.bz2 scummvm-rg350-2c70a0054da7a95e267aae4cc656cc90ada29e00.zip |
WINTERMUTE: Add detection for J.U.L.I.A.
Diffstat (limited to 'engines/wintermute')
-rw-r--r-- | engines/wintermute/detection.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp index a9a188e2e4..aac6ea9f3a 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -85,6 +85,16 @@ static const ADGameDescription gameDescriptions[] = { }, { "wintermute", + "J.U.L.I.A.", + AD_ENTRY1s("data.dcp", "c2264b4f8fcd132d2913ff5b6076a24f", 10109741), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_USEEXTRAASTITLE, + GUIO0() + }, + { + "wintermute", "J.U.L.I.A. Demo", AD_ENTRY1s("data.dcp", "f0bbc3394555a9811f6050dae428cab6", 7655237), Common::EN_ANY, |