[Scummvm-git-logs] scummvm master -> b7b09f58d5986af549a69d6bea19d5ee73755847
elasota
noreply at scummvm.org
Fri Jun 9 21:50:45 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:
b7b09f58d5 VCRUISE: Attempt to fix English DVD version
Commit: b7b09f58d5986af549a69d6bea19d5ee73755847
https://github.com/scummvm/scummvm/commit/b7b09f58d5986af549a69d6bea19d5ee73755847
Author: elasota (ejlasota at gmail.com)
Date: 2023-06-09T17:50:32-04:00
Commit Message:
VCRUISE: Attempt to fix English DVD version
Changed paths:
engines/vcruise/detection_tables.h
diff --git a/engines/vcruise/detection_tables.h b/engines/vcruise/detection_tables.h
index de7011204b5..209cbccdbce 100644
--- a/engines/vcruise/detection_tables.h
+++ b/engines/vcruise/detection_tables.h
@@ -157,7 +157,21 @@ static const VCruiseGameDescription gameDescriptions[] = {
GID_SCHIZM,
Common::DE_DEU,
},
+
+ { // Schizm: Mysterious Journey, English DVD Version
+ {
+ "schizm",
+ "English DVD",
+ AD_ENTRY1s("setup.pak", "eaaed2f6655342b4c320bdeb6f5ccfb9", 272655597),
+ Common::UNK_LANG,
+ Common::kPlatformWindows,
+ ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_GENTEE_PACKAGE,
+ GUIO0()
+ },
+ GID_SCHIZM,
+ Common::EN_GRB,
+ },
{ // Schizm: Mysterious Journey, Polish DVD Version
{
"schizm",
More information about the Scummvm-git-logs
mailing list