[Scummvm-git-logs] scummvm master -> d827be6f458b4b5311c43df6eb89b299ceb11951
sdelamarre
noreply at scummvm.org
Tue Dec 13 18:13:06 UTC 2022
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:
d827be6f45 GOB: Ensure all Adibou2 versions are marked 640x480
Commit: d827be6f458b4b5311c43df6eb89b299ceb11951
https://github.com/scummvm/scummvm/commit/d827be6f458b4b5311c43df6eb89b299ceb11951
Author: Simon Delamarre (simon.delamarre14 at gmail.com)
Date: 2022-12-13T19:11:42+01:00
Commit Message:
GOB: Ensure all Adibou2 versions are marked 640x480
Changed paths:
engines/gob/detection/tables_adibou.h
diff --git a/engines/gob/detection/tables_adibou.h b/engines/gob/detection/tables_adibou.h
index 29fdd21e32d..a5a688b4f40 100644
--- a/engines/gob/detection/tables_adibou.h
+++ b/engines/gob/detection/tables_adibou.h
@@ -79,7 +79,7 @@
GUIO0()
},
kGameTypeAdibou2,
- kFeaturesNone,
+ kFeatures640x480,
0, 0, 0
},
{
@@ -93,7 +93,7 @@
GUIO0()
},
kGameTypeAdibou2,
- kFeaturesNone,
+ kFeatures640x480,
0, 0, 0
},
{
@@ -107,7 +107,7 @@
GUIO0()
},
kGameTypeAdibou2,
- kFeaturesNone,
+ kFeatures640x480,
0, 0, 0
},
{
@@ -121,7 +121,7 @@
GUIO0()
},
kGameTypeAdibou2,
- kFeaturesNone,
+ kFeatures640x480,
0, 0, 0
},
{
@@ -135,7 +135,7 @@
GUIO0()
},
kGameTypeAdibou2,
- kFeaturesNone,
+ kFeatures640x480,
0, 0, 0
},
{
@@ -149,7 +149,7 @@
GUIO0()
},
kGameTypeAdibou2,
- kFeaturesNone,
+ kFeatures640x480,
0, 0, 0
},
{
@@ -163,7 +163,7 @@
GUIO0()
},
kGameTypeAdibou2,
- kFeaturesNone,
+ kFeatures640x480,
0, 0, 0
},
{
@@ -177,7 +177,7 @@
GUIO0()
},
kGameTypeAdibou2,
- kFeaturesNone,
+ kFeatures640x480,
0, 0, 0
},
@@ -194,7 +194,7 @@
GUIO0()
},
kGameTypeAdibou2,
- kFeaturesNone,
+ kFeatures640x480,
0, 0, 0
},
@@ -210,7 +210,7 @@
GUIO0()
},
kGameTypeAdibou2,
- kFeaturesNone,
+ kFeatures640x480,
0, 0, 0
},
@@ -226,7 +226,7 @@
GUIO0()
},
kGameTypeAdibou2,
- kFeaturesNone,
+ kFeatures640x480,
0, 0, 0
},
@@ -241,7 +241,7 @@
ADGF_TESTING,
GUIO0()},
kGameTypeAdibou2,
- kFeaturesNone,
+ kFeatures640x480,
0, 0, 0
},
More information about the Scummvm-git-logs
mailing list