[Scummvm-git-logs] scummvm master -> a1f2283386a8c98e9dc1ba640f6515816537a06f
elasota
noreply at scummvm.org
Mon Jan 1 22:18:59 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:
a1f2283386 VCRUISE: Add reported unknown variant of Schizm English DVD
Commit: a1f2283386a8c98e9dc1ba640f6515816537a06f
https://github.com/scummvm/scummvm/commit/a1f2283386a8c98e9dc1ba640f6515816537a06f
Author: elasota (1137273+elasota at users.noreply.github.com)
Date: 2024-01-01T17:18:30-05:00
Commit Message:
VCRUISE: Add reported unknown variant of Schizm English DVD
Changed paths:
engines/vcruise/detection_tables.h
diff --git a/engines/vcruise/detection_tables.h b/engines/vcruise/detection_tables.h
index 4db82dc2c9b..bab7cac1dcc 100644
--- a/engines/vcruise/detection_tables.h
+++ b/engines/vcruise/detection_tables.h
@@ -198,6 +198,19 @@ static const VCruiseGameDescription gameDescriptions[] = {
GID_SCHIZM,
Common::EN_GRB,
},
+ { // Schizm: Mysterious Journey, English DVD Version, unknown variant
+ {
+ "schizm",
+ "English DVD",
+ AD_ENTRY1s("setup.pak", "964e386b187752d53b69f9c55c4f6e6b", 274948185),
+ Common::UNK_LANG,
+ Common::kPlatformWindows,
+ 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