[Scummvm-git-logs] scummvm master -> 782e3fb21fa1de5df6f452131840e358f3b05c48
aquadran
noreply at scummvm.org
Wed Oct 1 15:57:21 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:
782e3fb21f WINTERMUTE: Mark 'Rhiannon: Curse of The Four Branches' as supported
Commit: 782e3fb21fa1de5df6f452131840e358f3b05c48
https://github.com/scummvm/scummvm/commit/782e3fb21fa1de5df6f452131840e358f3b05c48
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-10-01T17:57:15+02:00
Commit Message:
WINTERMUTE: Mark 'Rhiannon: Curse of The Four Branches' as supported
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index f2263c1c3d7..d5d97095907 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -4234,35 +4234,35 @@ static const WMEGameDescription gameDescriptions[] = {
// Rhiannon: Curse of the four Branches
WME_WINENTRY("rhiannon", "",
- WME_ENTRY1s("data.dcp", "870f348900b735f1cc79c0608ce32b0e", 1046169851), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),
+ WME_ENTRY1s("data.dcp", "870f348900b735f1cc79c0608ce32b0e", 1046169851), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_8_6),
// Rhiannon: Curse of the four Branches
WME_WINENTRY("rhiannon", "",
- WME_ENTRY1s("data.dcp", "38e104ce1ebaf73e81446ab4344e1ad7", 1025512723), Common::DE_DEU, ADGF_UNSTABLE, WME_1_8_10),
+ WME_ENTRY1s("data.dcp", "38e104ce1ebaf73e81446ab4344e1ad7", 1025512723), Common::DE_DEU, ADGF_NO_FLAGS, WME_1_8_10),
// Rhiannon: Curse of the four Branches (English PC DVD)
WME_WINENTRY("rhiannon", "DVD",
- WME_ENTRY1s("data.dcp", "6736bbc921bb6ce5161b3ad095a97bd4", 1053441028), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),
+ WME_ENTRY1s("data.dcp", "6736bbc921bb6ce5161b3ad095a97bd4", 1053441028), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_8_6),
// Rhiannon: Curse of the four Branches (Premium Edition)
WME_WINENTRY("rhiannon", "Premium Edition",
- WME_ENTRY1s("data.dcp", "8debcadeda038f43d9ca9b97d827e7f3", 928484275), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+ WME_ENTRY1s("data.dcp", "8debcadeda038f43d9ca9b97d827e7f3", 928484275), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_1),
// Rhiannon: Curse of The Four Branches (Demo: Chapter 1)
WME_WINENTRY("rhiannon", "Demo: Chapter 1",
- WME_ENTRY1s("data.dcp", "d3b6ad94e9a8b29ca3cbda96c8857bd6", 72680676), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_8_6),
+ WME_ENTRY1s("data.dcp", "d3b6ad94e9a8b29ca3cbda96c8857bd6", 72680676), Common::EN_ANY, ADGF_DEMO, WME_1_8_6),
// Rhiannon: Curse of The Four Branches (Demo: Chapter 5)
WME_WINENTRY("rhiannon", "Demo: Chapter 5",
- WME_ENTRY1s("data.dcp", "88be3fa1389889b2079e54d780803a75", 88644508), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_8_6),
+ WME_ENTRY1s("data.dcp", "88be3fa1389889b2079e54d780803a75", 88644508), Common::EN_ANY, ADGF_DEMO, WME_1_8_6),
// Rhiannon: Curse of The Four Branches (Demo 1)
WME_WINENTRY("rhiannon", "Demo 1",
- WME_ENTRY1s("data.dcp", "5ee8d6684c374032a6baab4e40333c77", 95651432), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_8_6),
+ WME_ENTRY1s("data.dcp", "5ee8d6684c374032a6baab4e40333c77", 95651432), Common::EN_ANY, ADGF_DEMO, WME_1_8_6),
// Rhiannon: Curse of The Four Branches (Demo 2)
WME_WINENTRY("rhiannon", "Demo 2",
- WME_ENTRY1s("data.dcp", "52f111205bf294e8630652981eb31c3d", 79687595), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_8_6),
+ WME_ENTRY1s("data.dcp", "52f111205bf294e8630652981eb31c3d", 79687595), Common::EN_ANY, ADGF_DEMO, WME_1_8_6),
// Rhiannon: Ghosts of the Past (Premium Edition)
WME_WINENTRY("rhiannonghosts", "Premium Edition",
More information about the Scummvm-git-logs
mailing list