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

aquadran noreply at scummvm.org
Sat Sep 20 21:17: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:
e27dd0a791 WINTERMUTE: Mark "Miskatonic. Part One" as supported


Commit: e27dd0a7917086d3c7d9cfa174ab75e82bad3ca7
    https://github.com/scummvm/scummvm/commit/e27dd0a7917086d3c7d9cfa174ab75e82bad3ca7
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-09-20T23:17:10+02:00

Commit Message:
WINTERMUTE: Mark "Miskatonic. Part One" as supported

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 6ce1324f3db..bf75a5342f8 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1818,15 +1818,15 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// Miskatonic. Part One
 	WME_WINENTRY("miskatonic1", "",
-		WME_ENTRY1s("Miskatonic.exe", "21d1ed0375f64c13688e2d082ed1aaa1", 340306712), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_9_1),
+		WME_ENTRY1s("Miskatonic.exe", "21d1ed0375f64c13688e2d082ed1aaa1", 340306712), Common::EN_ANY, GF_3D, WME_1_9_1),
 
 	// Miskatonic. Part One (alt)
 	WME_WINENTRY("miskatonic1", "",
-		WME_ENTRY1s("Miskatonic.exe", "4c52d1cdc6dc708f47049b5c88a5b866", 339002997), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_9_1),
+		WME_ENTRY1s("Miskatonic.exe", "4c52d1cdc6dc708f47049b5c88a5b866", 339002997), Common::EN_ANY, GF_3D, WME_1_9_1),
 
 	// Miskatonic. Part One (demo)
 	WME_WINENTRY("miskatonic1", "Demo",
-		WME_ENTRY1s("MiskatonicDemo.exe", "4c52d1cdc6dc708f47049b5c88a5b866", 177066565), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_9_1),
+		WME_ENTRY1s("MiskatonicDemo.exe", "4c52d1cdc6dc708f47049b5c88a5b866", 177066565), Common::EN_ANY, GF_3D, WME_1_9_1),
 
 	// Monday Starts on Saturday
 	WME_WINENTRY("msos", "",




More information about the Scummvm-git-logs mailing list