[Scummvm-git-logs] scummvm master -> 1d5947a24c6912fa7b39d76ec8c708b756d36424

aquadran noreply at scummvm.org
Sat Sep 20 17:43:34 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:
1d5947a24c WINTERMUTE: Mark "Mental Repairs Inc" as supported


Commit: 1d5947a24c6912fa7b39d76ec8c708b756d36424
    https://github.com/scummvm/scummvm/commit/1d5947a24c6912fa7b39d76ec8c708b756d36424
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-09-20T19:43:28+02:00

Commit Message:
WINTERMUTE: Mark "Mental Repairs Inc" as supported

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index d8742498a87..6ce1324f3db 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1800,17 +1800,17 @@ static const WMEGameDescription gameDescriptions[] = {
 	// Mental Repairs Inc (English)
 	WME_WINENTRY("mentalrepairs", "",
 		WME_ENTRY2s("data.dcp", "414d423bbff697f22fb38932f030e897", 59518068,
-					"english.dcp", "7573eb584e662adbc5fa3b1448e56106", 3160232), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_8_6),
+					"english.dcp", "7573eb584e662adbc5fa3b1448e56106", 3160232), Common::EN_ANY, GF_3D, WME_1_8_6),
 
 	// Mental Repairs Inc (German)
 	WME_WINENTRY("mentalrepairs", "",
 		WME_ENTRY2s("data.dcp", "414d423bbff697f22fb38932f030e897", 59518068,
-					"german.dcp", "af59a05ef29768e7fced3794a7a380a3", 3249142), Common::DE_DEU, ADGF_UNSTABLE | GF_3D, WME_1_8_6),
+					"german.dcp", "af59a05ef29768e7fced3794a7a380a3", 3249142), Common::DE_DEU, GF_3D, WME_1_8_6),
 
 	// Mental Repairs Inc (Polish)
 	WME_WINENTRY("mentalrepairs", "",
 		WME_ENTRY2s("data.dcp", "414d423bbff697f22fb38932f030e897", 59518068,
-					"string.tab", "d3393ba2445fc7e6a1cdf8fe95c59659", 72143), Common::PL_POL, ADGF_UNSTABLE | GF_3D, WME_1_8_6),
+					"string.tab", "d3393ba2445fc7e6a1cdf8fe95c59659", 72143), Common::PL_POL, GF_3D, WME_1_8_6),
 
 	// Mirage
 	WME_WINENTRY("mirage", "",




More information about the Scummvm-git-logs mailing list