[Scummvm-git-logs] scummvm master -> 3d112e1622f416223e24e631af38960bb1c0e514

dreammaster paulfgilbert at gmail.com
Sun Nov 17 04:38:19 CET 2019


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:
3d112e1622 TINSEL: Add DW1 CD Argentum Collection detection


Commit: 3d112e1622f416223e24e631af38960bb1c0e514
    https://github.com/scummvm/scummvm/commit/3d112e1622f416223e24e631af38960bb1c0e514
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-11-16T19:38:11-08:00

Commit Message:
TINSEL: Add DW1 CD Argentum Collection detection

Changed paths:
    engines/tinsel/detection_tables.h


diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index 6c1a3a3..1e4666d 100644
--- a/engines/tinsel/detection_tables.h
+++ b/engines/tinsel/detection_tables.h
@@ -556,6 +556,26 @@ static const TinselGameDescription gameDescriptions[] = {
 		TINSEL_V1,
 	},
 
+	{	// English CD "Argentum Collection"
+		{
+			"dw",
+			"CD",
+			{
+				{"dw.scn", 0, "36795d539e290838fa1d4c11789cb142", 776188},
+				{"english.smp", 0, NULL, -1},
+				{NULL, 0, NULL, 0}
+			},
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_CD | ADGF_TESTING,
+			GUIO0()
+		},
+		GID_DW1,
+		0,
+		GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT,
+		TINSEL_V1,
+	},
+
 	{	// Russian Discworld 1. Fan translation v1.1
 		{
 			"dw",





More information about the Scummvm-git-logs mailing list