[Scummvm-git-logs] scummvm master -> 0505473537213aa43980f3d2ce109d59c9f5611c
tag2015
noreply at scummvm.org
Sun Oct 26 10:05:54 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
0505473537 WINTERMUTE: Mark two commercial games as supported
Commit: 0505473537213aa43980f3d2ce109d59c9f5611c
https://github.com/scummvm/scummvm/commit/0505473537213aa43980f3d2ce109d59c9f5611c
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-10-26T11:04:43+01:00
Commit Message:
WINTERMUTE: Mark two commercial games as supported
* Murder in Tehran's Alleys 1933
* Devil in the Capital
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index efc1bb7bf82..c7de378dbd7 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -912,7 +912,7 @@ static const WMEGameDescription gameDescriptions[] = {
// Devil In The Capital (Steam, July 2017) (English)
WME_WINENTRY("devilincapital", "",
- WME_ENTRY1s("data.dcp", "c3a3cd00c0493cddb84ce243272f60be", 1317709066), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_9_3),
+ WME_ENTRY1s("data.dcp", "c3a3cd00c0493cddb84ce243272f60be", 1317709066), Common::EN_ANY, GF_3D, WME_1_9_3),
// DFAF Adventure
WME_WINENTRY("dfafadventure", "",
@@ -5569,7 +5569,7 @@ static const WMEGameDescription gameDescriptions[] = {
// Murder In Tehran's Alleys 1933 (Steam, June 2017) (English)
WME_WINENTRY("tehran1933", "",
- WME_ENTRY1s("data.dcp", "7d74999f8a926bce367b2f851a06bc1c", 890506879), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_9_3),
+ WME_ENTRY1s("data.dcp", "7d74999f8a926bce367b2f851a06bc1c", 890506879), Common::EN_ANY, GF_3D, WME_1_9_3),
// Murder In Tehran's Alleys 2016 (Hayoola) (Persian)
WME_WINENTRY("tehran2016", "",
More information about the Scummvm-git-logs
mailing list