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

alxpnv a04198622 at gmail.com
Thu Sep 2 09:52:08 UTC 2021


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:
3e4a77553c ASYLUM: add detection entry for French GOG version


Commit: 3e4a77553c3ed2d20cf3a1394dd489396752a70e
    https://github.com/scummvm/scummvm/commit/3e4a77553c3ed2d20cf3a1394dd489396752a70e
Author: alxpnv (alxpnv22 at yahoo.com)
Date: 2021-09-02T12:53:32+03:00

Commit Message:
ASYLUM: add detection entry for French GOG version

Changed paths:
    engines/asylum/detection_tables.h


diff --git a/engines/asylum/detection_tables.h b/engines/asylum/detection_tables.h
index 3c22de3e27..254c8d6ddc 100644
--- a/engines/asylum/detection_tables.h
+++ b/engines/asylum/detection_tables.h
@@ -91,6 +91,21 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
 		GUIO0()
 	},
+	{
+		"asylum",
+		"GOG.com",
+		{
+			{"SNTRM.DAT", 0, "e09a12543c6ede1727c8ecffb74e7fd2", 8930},
+			{"RES.000",   0, "2a4677ee3fd7bfa3161e16cd59371238", 277931},
+			{"SCN.006",   0, "3a5b54da08198012dc0614114782d5fb", 2918330},
+			{"MOV000.SMK", 0, NULL, -1},
+			AD_LISTEND
+		},
+		Common::FR_FRA,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+		GUIO0()
+	},
 	{
 		"asylum",
 		"Steam",




More information about the Scummvm-git-logs mailing list