diff options
-rw-r--r-- | engines/wintermute/detection.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp index 0ae305eb23..d7eb48e4be 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -62,6 +62,17 @@ static const ADGameDescription gameDescriptions[] = { ADGF_USEEXTRAASTITLE, GUIO0() }, + { + "wintermute", + "J.U.L.I.A. Demo", + AD_ENTRY1s("data.dcp", "f0bbc3394555a9811f6050dae428cab6", 7655237), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_USEEXTRAASTITLE | + ADGF_DEMO, + GUIO0() + }, AD_TABLE_END_MARKER }; |