[Scummvm-git-logs] scummvm master -> 11a91f973732c7ced93e9fa172a9dd22e61591cf
aquadran
noreply at scummvm.org
Sun Jun 1 04:22:20 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:
11a91f9737 WINTERMUTE: Mark Five Lethal Demons as supported
Commit: 11a91f973732c7ced93e9fa172a9dd22e61591cf
https://github.com/scummvm/scummvm/commit/11a91f973732c7ced93e9fa172a9dd22e61591cf
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-06-01T06:22:16+02:00
Commit Message:
WINTERMUTE: Mark Five Lethal Demons as supported
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index cfa14575bfb..b775f090030 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -245,22 +245,22 @@ static const WMEGameDescription gameDescriptions[] = {
// Five Lethal Demons (Czech)
WME_WINENTRY("5ld", "",
WME_ENTRY2s("czech.dcp", "9021b7a1e154d6764228116f894b213b", 186,
- "data.dcp", "1037a77cbd001e0644898addc022322c", 15407750), Common::CS_CZE, ADGF_UNSTABLE, WME_1_6_1),
+ "data.dcp", "1037a77cbd001e0644898addc022322c", 15407750), Common::CS_CZE, ADGF_NO_FLAGS, WME_1_6_1),
// Five Lethal Demons (English)
WME_WINENTRY("5ld", "",
WME_ENTRY2s("english.dcp", "7eab045218855c9c4454c7ada7d70ef4", 170340,
- "data.dcp", "1037a77cbd001e0644898addc022322c", 15407750), Common::EN_ANY, ADGF_UNSTABLE, WME_1_6_1),
+ "data.dcp", "1037a77cbd001e0644898addc022322c", 15407750), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_6_1),
// Five Lethal Demons (English)
WME_WINENTRY("5ld", "",
WME_ENTRY2s("english.dcp", "c5b2feb8a2a013ed6f63a0b0ea130b04", 169700,
- "data.dcp", "27f3c958390c96999e30e96b7295a1e8", 15407750), Common::EN_ANY, ADGF_UNSTABLE, WME_1_6_2),
+ "data.dcp", "27f3c958390c96999e30e96b7295a1e8", 15407750), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_6_2),
// Five Lethal Demons (Polish)
WME_WINENTRY("5ld", "",
WME_ENTRY2s("polish.dcp", "726e279fe3c2dc81a9241408d3585c81", 173792,
- "data.dcp", "1037a77cbd001e0644898addc022322c", 15407750), Common::PL_POL, ADGF_UNSTABLE, WME_1_6_1),
+ "data.dcp", "1037a77cbd001e0644898addc022322c", 15407750), Common::PL_POL, ADGF_NO_FLAGS, WME_1_6_1),
// Five Magical Amulets (Czech)
WME_WINENTRY("5ma", "",
More information about the Scummvm-git-logs
mailing list