[Scummvm-git-logs] scummvm master -> 5acc8e18d29440a73b1abcce0cc4dd2ee26fe75f
sev-
sev at scummvm.org
Mon Oct 19 23:22:47 UTC 2020
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
94651a75d1 GOB: Added detection entry for Japanese Gob1 (not working)
5acc8e18d2 GOB: Marked CD-i demos as unstable
Commit: 94651a75d18bc3973090d3c7453eeba13e87195d
https://github.com/scummvm/scummvm/commit/94651a75d18bc3973090d3c7453eeba13e87195d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-20T01:21:39+02:00
Commit Message:
GOB: Added detection entry for Japanese Gob1 (not working)
Changed paths:
engines/gob/detection/tables_gob1.h
diff --git a/engines/gob/detection/tables_gob1.h b/engines/gob/detection/tables_gob1.h
index 36a120a114..30d9bdb4b4 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -386,6 +386,20 @@
kFeaturesAdLib,
0, 0, 0
},
+{
+ {
+ "gob1",
+ "",
+ AD_ENTRY1s("intro.stk", "acdda40f4b20a87d4cfd760d3833a6e1", 453404),
+ JA_JPN,
+ kPlatformMacintosh,
+ ADGF_UNSTABLE,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kGameTypeGob1,
+ kFeaturesAdLib,
+ 0, 0, 0
+},
// -- Windows --
Commit: 5acc8e18d29440a73b1abcce0cc4dd2ee26fe75f
https://github.com/scummvm/scummvm/commit/5acc8e18d29440a73b1abcce0cc4dd2ee26fe75f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-20T01:22:23+02:00
Commit Message:
GOB: Marked CD-i demos as unstable
Changed paths:
engines/gob/detection/tables_gob1.h
diff --git a/engines/gob/detection/tables_gob1.h b/engines/gob/detection/tables_gob1.h
index 30d9bdb4b4..9afd1bc9ac 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -733,7 +733,7 @@
AD_ENTRY1s("intro.stk", "ae38e1dac63576b9a7d34a96fd6eb37c", 5731374),
FR_FRA,
kPlatformCDi,
- ADGF_DEMO,
+ ADGF_DEMO | ADGF_UNSTABLE,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
},
kGameTypeGob1,
@@ -747,7 +747,7 @@
AD_ENTRY1s("intro.stk", "ca15cc119fea5ee432083e7f6b873c38", 2441216),
FR_FRA,
kPlatformCDi,
- ADGF_DEMO,
+ ADGF_DEMO | ADGF_UNSTABLE,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
},
kGameTypeGob1,
More information about the Scummvm-git-logs
mailing list