[Scummvm-git-logs] scummvm master -> 7ae15897a71c93a881a46f12e3bde794a433bb18

aquadran noreply at scummvm.org
Sat Oct 4 13:12:53 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:
7ae15897a7 WINTERMUTE: Mark 'Framed' as supported


Commit: 7ae15897a71c93a881a46f12e3bde794a433bb18
    https://github.com/scummvm/scummvm/commit/7ae15897a71c93a881a46f12e3bde794a433bb18
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-10-04T15:12:49+02:00

Commit Message:
WINTERMUTE: Mark 'Framed' as supported

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 01f11cae5d2..3558c72ec9e 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1376,7 +1376,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Framed (Beta)
 	WME_WINENTRY("framed", "Beta",
-		WME_ENTRY1s("data.dcp", "e7259fb36f2c6f9f28242291e0c3de98", 34690568), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_8_11),
+		WME_ENTRY1s("data.dcp", "e7259fb36f2c6f9f28242291e0c3de98", 34690568), Common::EN_ANY, ADGF_DEMO, WME_1_8_11),
 
 	// Fred (English) (PreAlpha)
 	WME_WINENTRY("fred", "PreAlpha",




More information about the Scummvm-git-logs mailing list