[Scummvm-git-logs] scummvm master -> c81531090586a7131d61810b4a0d587e86850cf6

neuromancer noreply at scummvm.org
Tue Jan 30 06:49:53 UTC 2024


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:
c815310905 HYPNO: Add Hebrew detection entry for CD structure


Commit: c81531090586a7131d61810b4a0d587e86850cf6
    https://github.com/scummvm/scummvm/commit/c81531090586a7131d61810b4a0d587e86850cf6
Author: BLooperZ (blooperz at users.noreply.github.com)
Date: 2024-01-30T07:49:50+01:00

Commit Message:
HYPNO: Add Hebrew detection entry for CD structure

Changed paths:
    engines/hypno/detection.cpp


diff --git a/engines/hypno/detection.cpp b/engines/hypno/detection.cpp
index 0d4d9ef4d89..51dbacbb8e2 100644
--- a/engines/hypno/detection.cpp
+++ b/engines/hypno/detection.cpp
@@ -91,7 +91,7 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
-		"sinistersix", // HE release
+		"sinistersix", // HE release (CD, Installed)
 		nullptr,
 		AD_ENTRY2s("SPIDER.EXE", "dbd912d6f6724c6d44775fc19cfa8ca0", 483359,
 				"MISSIONS.LIB", "585704e26094cbaf14fbee90798e8d5d", 119945),
@@ -100,6 +100,16 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO1(GUIO_NOMIDI)
 	},
+	{
+		"sinistersix", // HE release (CD, Not Installed)
+		nullptr,
+		AD_ENTRY2s("DATA.Z", "5068f15089ac05556c2f3f37e06c4f32", 8921748,
+				"MISSIONS.LIB", "585704e26094cbaf14fbee90798e8d5d", 119945),
+		Common::HE_ISR,
+		Common::kPlatformDOS,
+		ADGF_UNSTABLE,
+		GUIO1(GUIO_NOMIDI)
+	},
 	{
 		"wetlands", // Wetlands Demo Disc (November 1995)
 		"Demo",




More information about the Scummvm-git-logs mailing list