[Scummvm-git-logs] scummvm master -> e37bbe208b7e3007edd69c923350e1456695acc3
aquadran
noreply at scummvm.org
Thu Jul 30 05:10:06 UTC 2026
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:
e37bbe208b WINTERMUTE: Mark Looky German demo and original release as unsupported
Commit: e37bbe208b7e3007edd69c923350e1456695acc3
https://github.com/scummvm/scummvm/commit/e37bbe208b7e3007edd69c923350e1456695acc3
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2026-07-30T07:09:53+02:00
Commit Message:
WINTERMUTE: Mark Looky German demo and original release as unsupported
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 0fe19aea759..c79f331d8bb 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1809,14 +1809,14 @@ static const WMEGameDescription gameDescriptions[] = {
"data.dcp", "7074bcd7bc7ad7eb04c271aafb964c32", 13815660), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_1),
// Looky Demo (German)
- WME_WINENTRY("looky", "Demo",
+ WME_WINENTRY("looky", "Missing DivX 5.0 support",
WME_ENTRY2s("german.dcp", "606c048426dfbe94442b59fd34a5c76e", 14339496,
- "data.dcp", "7074bcd7bc7ad7eb04c271aafb964c32", 13815660), Common::DE_DEU, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_1),
+ "data.dcp", "7074bcd7bc7ad7eb04c271aafb964c32", 13815660), Common::DE_DEU, ADGF_UNSUPPORTED | ADGF_DEMO, WME_1_9_1),
// Looky (German) (2007)
- WME_WINENTRY("looky", "Original Release",
+ WME_WINENTRY("looky", "Missing DivX 5.0 support",
WME_ENTRY2s("german.dcp", "bf4c2b8c26342342441a6d64934ab832", 107027865,
- "data.dcp", "50de0beaa5ad621aa9f020df901d1e74", 1342214), Common::DE_DEU, ADGF_UNSTABLE, WME_1_9_1),
+ "data.dcp", "50de0beaa5ad621aa9f020df901d1e74", 1342214), Common::DE_DEU, ADGF_UNSUPPORTED, WME_1_9_1),
// Looky (German) (2019)
WME_WINENTRY("looky", "2019 Release",
More information about the Scummvm-git-logs
mailing list