[Scummvm-git-logs] scummvm master -> 0dd79669a39b096f289a275a7b5fc79b239c5ee7

tag2015 noreply at scummvm.org
Sat Mar 4 21:49:18 UTC 2023


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:
0dd79669a3 SLUDGE: Proper detection for two entries


Commit: 0dd79669a39b096f289a275a7b5fc79b239c5ee7
    https://github.com/scummvm/scummvm/commit/0dd79669a39b096f289a275a7b5fc79b239c5ee7
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-03-04T22:47:51+01:00

Commit Message:
SLUDGE: Proper detection for two entries

The Interview / Life Flashes By

Changed paths:
    engines/sludge/detection_tables.h


diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index eec27d6100e..be7f078cc02 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -172,7 +172,8 @@ static const SludgeGameDescription gameDescriptions[] = {
 		{
 			"interview",
 			"",
-			AD_ENTRY1s("gamedata", "6ca8f6e44f30d09bd68e008be4c20e8d", 2570140),
+			AD_ENTRY2s("gamedata",		"6ca8f6e44f30d09bd68e008be4c20e8d", 2570140,
+					   "interview.exe", "7974f71566c423c3a344862dcbb827dd", 83968),
 			Common::EN_ANY,
 			Common::kPlatformUnknown,
 			ADGF_UNSTABLE,
@@ -208,6 +209,20 @@ static const SludgeGameDescription gameDescriptions[] = {
 		0
 	},
 
+	{
+		{
+			"life",
+			"",
+			AD_ENTRY2s("gamedata",   		  "a471759e071e5d2c0e8e6887607df778", 163794266,
+					   "Life Flashes By.exe", "d33c957eefa85defde8b8c29a0bb5a9b", 972800),
+			Common::EN_ANY,
+			Common::kPlatformUnknown,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NOMIDI)
+		},
+		0
+	},
+
 	{
 		{
 			"tgttpoacs",




More information about the Scummvm-git-logs mailing list