diff options
author | Einar Johan Trøan Sømåen | 2014-04-05 15:21:08 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2014-04-05 15:21:08 +0200 |
commit | b9286099f8ce30214bd3c7071847a01c8056fead (patch) | |
tree | 847b493c97ac99e464bc9c8d9c515609481c340e /engines/wintermute | |
parent | 09e069368f44a75c71488e02d0f050668ebe1fb4 (diff) | |
download | scummvm-rg350-b9286099f8ce30214bd3c7071847a01c8056fead.tar.gz scummvm-rg350-b9286099f8ce30214bd3c7071847a01c8056fead.tar.bz2 scummvm-rg350-b9286099f8ce30214bd3c7071847a01c8056fead.zip |
WINTERMUTE: Add a detection entry for the steam version of J.U.L.I.A.
Diffstat (limited to 'engines/wintermute')
-rw-r--r-- | engines/wintermute/detection_tables.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index e7b55dba08..155bf2c5a6 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -541,6 +541,16 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // J.U.L.I.A. (English, steam version) + { + "julia", + "Steam version", + AD_ENTRY1s("data.dcp", "fe90023ccc22f35185b40b910e0d03a2", 10101373), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // J.U.L.I.A. (English) (Demo) { "julia", |