[Scummvm-git-logs] scummvm master -> f99d51936ce3ae3d5a1c49f93eb79c05a8beb8a0

aquadran noreply at scummvm.org
Sun Jun 1 04:41:16 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:
f99d51936c WINTERMUTE: Mark Rosemary as supported


Commit: f99d51936ce3ae3d5a1c49f93eb79c05a8beb8a0
    https://github.com/scummvm/scummvm/commit/f99d51936ce3ae3d5a1c49f93eb79c05a8beb8a0
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-06-01T06:41:12+02:00

Commit Message:
WINTERMUTE: Mark Rosemary as supported

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index b412d951704..854f9d76b47 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -4266,7 +4266,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Rosemary
 	WME_WINENTRY("rosemary", "",
-		WME_ENTRY1s("data.dcp", "4f2631138bd4d27587d9043f8aeff3df", 29483643), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),
+		WME_ENTRY1s("data.dcp", "4f2631138bd4d27587d9043f8aeff3df", 29483643), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_8_6),
 
 	// Royal Mahjong: King's Journey (French)
 	WME_WINENTRY("royalmahjong", "",




More information about the Scummvm-git-logs mailing list