[Scummvm-git-logs] scummvm master -> 70d4bbd5ca227940d7593ecf1790bfdc34129f79
aquadran
aquadran at gmail.com
Fri Oct 16 23:41:38 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
70d4bbd5ca WINTERMUTE: Add detection entry for german Sunrise version
Commit: 70d4bbd5ca227940d7593ecf1790bfdc34129f79
https://github.com/scummvm/scummvm/commit/70d4bbd5ca227940d7593ecf1790bfdc34129f79
Author: Gunnar Birke (gunnar.birke at online.de)
Date: 2020-10-17T01:41:35+02:00
Commit Message:
WINTERMUTE: Add detection entry for german Sunrise version
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index b2df1b64ba..06c8ba265c 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -5137,6 +5137,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("strangechange", "",
WME_ENTRY1s("data.dcp", "818e53c1584dac28f336195d7dcfb97d", 3762512), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_8_6),
+ // Sunrise: The game (German)
+ WME_WINENTRY("sunrise", "",
+ WME_ENTRY1s("data.dcp", "d06744fc60982a30e82d96075698c8bc", 134409552), Common::DE_DEU, ADGF_UNSTABLE | GF_3D, WME_1_7_93),
+
// Sunrise: The game (Demo) (German)
// NOTE: This is a 2.5D game that is out of ScummVM scope
WME_WINENTRY("sunrise", "Demo",
More information about the Scummvm-git-logs
mailing list