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

elasota noreply at scummvm.org
Mon May 29 02:25:55 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:
d3e2297fb1 VCRUISE: Adjust detection of English Schizm


Commit: d3e2297fb1b096e5ed499ae256310b9cefcc08f5
    https://github.com/scummvm/scummvm/commit/d3e2297fb1b096e5ed499ae256310b9cefcc08f5
Author: elasota (ejlasota at gmail.com)
Date: 2023-05-28T22:25:06-04:00

Commit Message:
VCRUISE: Adjust detection of English Schizm

Changed paths:
    engines/vcruise/detection.cpp
    engines/vcruise/detection_tables.h


diff --git a/engines/vcruise/detection.cpp b/engines/vcruise/detection.cpp
index 01b79a60039..5297415093c 100644
--- a/engines/vcruise/detection.cpp
+++ b/engines/vcruise/detection.cpp
@@ -36,6 +36,7 @@ static const PlainGameDescriptor g_vcruiseGames[] = {
 
 static const char *g_vcruiseDirectoryGlobs[] = {
 	"Sfx",
+	"Waves-12",
 	"Waves-22",
 	nullptr
 };
diff --git a/engines/vcruise/detection_tables.h b/engines/vcruise/detection_tables.h
index 215c9795031..f93a8eb7a4f 100644
--- a/engines/vcruise/detection_tables.h
+++ b/engines/vcruise/detection_tables.h
@@ -116,8 +116,9 @@ static const VCruiseGameDescription gameDescriptions[] = {
 	{ // Schizm: Mysterious Journey, English DVD/digital Version
 		{
 			"schizm",
-			"DVD",
-			AD_ENTRY1s("Schizm.exe", "296edd26d951c3bdc4d303c4c88b27cd", 364544),
+			"English DVD",
+			AD_ENTRY2s("Schizm.exe", "296edd26d951c3bdc4d303c4c88b27cd", 364544,
+					   "0001_a.wav", "374d93abc3422840623acc618ecb2b1e", 1553784),
 			Common::UNK_LANG,
 			Common::kPlatformWindows,
 			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,




More information about the Scummvm-git-logs mailing list