Skip to content

Commit d3e2297

Browse files
committed
VCRUISE: Adjust detection of English Schizm
1 parent bad85b3 commit d3e2297

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

engines/vcruise/detection.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ static const PlainGameDescriptor g_vcruiseGames[] = {
3636

3737
static const char *g_vcruiseDirectoryGlobs[] = {
3838
"Sfx",
39+
"Waves-12",
3940
"Waves-22",
4041
nullptr
4142
};

engines/vcruise/detection_tables.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ static const VCruiseGameDescription gameDescriptions[] = {
116116
{ // Schizm: Mysterious Journey, English DVD/digital Version
117117
{
118118
"schizm",
119-
"DVD",
120-
AD_ENTRY1s("Schizm.exe", "296edd26d951c3bdc4d303c4c88b27cd", 364544),
119+
"English DVD",
120+
AD_ENTRY2s("Schizm.exe", "296edd26d951c3bdc4d303c4c88b27cd", 364544,
121+
"0001_a.wav", "374d93abc3422840623acc618ecb2b1e", 1553784),
121122
Common::UNK_LANG,
122123
Common::kPlatformWindows,
123124
ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG,

0 commit comments

Comments
 (0)