[Scummvm-git-logs] scummvm master -> 1a9c8fc501fdf8dd06b6ae71c1941e96c8e7e072
tag2015
noreply at scummvm.org
Sun Oct 2 19:45:40 UTC 2022
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:
1a9c8fc501 WINTERMUTE: Add detection for Carol Reed 5 german
Commit: 1a9c8fc501fdf8dd06b6ae71c1941e96c8e7e072
https://github.com/scummvm/scummvm/commit/1a9c8fc501fdf8dd06b6ae71c1941e96c8e7e072
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-10-02T21:44:15+02:00
Commit Message:
WINTERMUTE: Add detection for Carol Reed 5 german
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 494bf24749d..5751af1499b 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -536,6 +536,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("carolreed5", "",
WME_ENTRY1s("data.dcp", "3fcfca44209545d0e26774156427b494", 603660415), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),
+ // Carol Reed 5 - The Colour of Murder (German) (Carol Reed collection DVD) - trac #13658
+ WME_WINENTRY("carolreed5", "",
+ WME_ENTRY1s("data.dcp", "3bc63ccbe18ef19f4af20231f8ce8c11", 617853131), Common::DE_DEU, ADGF_UNSTABLE, WME_1_8_6),
+
// Carol Reed 5 - The Colour of Murder (Spanish)
WME_WINENTRY("carolreed5", "",
WME_ENTRY1s("data.dcp", "a2885bbc31a7f0b0f616ec7f4d9a6fae", 617467065), Common::ES_ESP, ADGF_UNSTABLE, WME_1_8_6),
More information about the Scummvm-git-logs
mailing list