[Scummvm-git-logs] scummvm master -> 888b2e4666c1a7f2885885953fe2bd60920fc0b6

aquadran noreply at scummvm.org
Thu Aug 6 03:32:14 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:
888b2e4666 WINTERMUTE: Mark tested completable games as stable - missed few entries


Commit: 888b2e4666c1a7f2885885953fe2bd60920fc0b6
    https://github.com/scummvm/scummvm/commit/888b2e4666c1a7f2885885953fe2bd60920fc0b6
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2026-08-06T05:32:02+02:00

Commit Message:
WINTERMUTE: Mark tested completable games as stable - missed few entries

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index f6d5c23e873..f71531a82f4 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -319,19 +319,19 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Alimardan's Mischief (Retail) (Persian)
 	WME_WINENTRY("alimardan1", "",
-		WME_ENTRY1s("data.dcp", "ab1aa5f3d6d5f10d3f131a78be80bf34", 1747086434), Common::FA_IRN, ADGF_UNSTABLE, WME_1_9_1),
+		WME_ENTRY1s("data.dcp", "ab1aa5f3d6d5f10d3f131a78be80bf34", 1747086434), Common::FA_IRN, ADGF_NO_FLAGS, WME_1_9_1),
 
 	// Alimardan's Mischief (English)
 	WME_WINENTRY("alimardan1", "",
-		WME_ENTRY1s("data.dcp", "55c28b8d4f49120f980d237951a6c73f", 1834957694), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+		WME_ENTRY1s("data.dcp", "55c28b8d4f49120f980d237951a6c73f", 1834957694), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_1),
 
 	// Alimardan's Mischief (Steam, August 2017) (English)
 	WME_WINENTRY("alimardan1", "",
-		WME_ENTRY1s("data.dcp", "ef27d8483d6f19d5398fc81ea05e5320", 1258766332), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
+		WME_ENTRY1s("data.dcp", "ef27d8483d6f19d5398fc81ea05e5320", 1258766332), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_3),
 
 	// Alimardan's Mischief (Steam, October 2017) (English)
 	WME_WINENTRY("alimardan1", "",
-		WME_ENTRY1s("data.dcp", "d74f56d9ce3b7442b921393af7fb6167", 1258761838), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
+		WME_ENTRY1s("data.dcp", "d74f56d9ce3b7442b921393af7fb6167", 1258761838), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_3),
 
 	// Alimardan Meets Merlin (Hayoola) (Persian)
 	WME_WINENTRY("alimardan2", "",




More information about the Scummvm-git-logs mailing list