[Scummvm-git-logs] scummvm master -> 146c8ae53c89cc727645c02a83f8f9182d509a94

aquadran noreply at scummvm.org
Sun Jun 1 04:41:33 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:
146c8ae53c WINTERMUTE: Mark White Chamber as supported


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

Commit Message:
WINTERMUTE: Mark White Chamber as supported

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 854f9d76b47..5b2e495aa49 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -5610,11 +5610,11 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// The White Chamber (Version 1.7 - Definitive Edition) (built 2008.06.26) (multi-language)
 	WME_WINENTRY("twc", "Definitive Edition",
-		WME_ENTRY1s("data.dcp", "325abfaeb5fbfcc30d91296f1390a454", 186451273), Common::UNK_LANG, ADGF_UNSTABLE, WME_1_8_6),
+		WME_ENTRY1s("data.dcp", "325abfaeb5fbfcc30d91296f1390a454", 186451273), Common::UNK_LANG, ADGF_NO_FLAGS, WME_1_8_6),
 
 	// The White Chamber (Version 1.7 - Definitive Edition) (built 2008.06.29) (multi-language)
 	WME_WINENTRY("twc", "Definitive Edition",
-		WME_ENTRY1s("data.dcp", "0011d01142547c61e51ba24dc42b579e", 186451273), Common::UNK_LANG, ADGF_UNSTABLE, WME_1_8_6),
+		WME_ENTRY1s("data.dcp", "0011d01142547c61e51ba24dc42b579e", 186451273), Common::UNK_LANG, ADGF_NO_FLAGS, WME_1_8_6),
 
 	// Today, Mama!
 	WME_WINENTRY("todaymama", "",




More information about the Scummvm-git-logs mailing list