[Scummvm-git-logs] scummvm master -> 7e818270d8216d4f314ea71ba5a572d4f3ca10cd

lotharsm mail at serra.me
Sat Feb 15 05:01:16 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7e818270d8 WINTERMUTE: Add detection for an alternative variant of J.U.L.I.A.


Commit: 7e818270d8216d4f314ea71ba5a572d4f3ca10cd
    https://github.com/scummvm/scummvm/commit/7e818270d8216d4f314ea71ba5a572d4f3ca10cd
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-02-15T05:54:25+01:00

Commit Message:
WINTERMUTE: Add detection for an alternative variant of J.U.L.I.A.

Reported by Duffadash in https://bugs.scummvm.org/ticket/11350.

closes #11350.

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index e9c7fea..d935c01 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1162,6 +1162,11 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("julia", "",
 		WME_ENTRY1s("data.dcp", "c2264b4f8fcd132d2913ff5b6076a24f", 10109741), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
 
+	// J.U.L.I.A. (English, reported by Duffadash in https://bugs.scummvm.org/ticket/11350)
+	// NOTE: This is a 2.5D game that is out of ScummVM scope, however it is reported as completable with VFX low
+	WME_WINENTRY("julia", "",
+		WME_ENTRY1s("data.dcp", "891058639eb4d9815540c95a495b5a88", 10105692), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
+
 	// J.U.L.I.A. (English, Bundle in a box-version)
 	// NOTE: This is a 2.5D game that is out of ScummVM scope, however it is reported as completable with VFX low
 	WME_WINENTRY("julia", "Version 1.2",




More information about the Scummvm-git-logs mailing list