[Scummvm-git-logs] scummvm master -> a558acfcd7c31c8a4341fb73a0738b70625f8fa0

bluegr noreply at scummvm.org
Fri Dec 29 20:08:12 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:
a558acfcd7 GOB: Mark all Adi 4 versions as 640x480 resolution


Commit: a558acfcd7c31c8a4341fb73a0738b70625f8fa0
    https://github.com/scummvm/scummvm/commit/a558acfcd7c31c8a4341fb73a0738b70625f8fa0
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-12-29T22:08:09+02:00

Commit Message:
GOB: Mark all Adi 4 versions as 640x480 resolution

Changed paths:
    engines/gob/detection/tables_adi4.h


diff --git a/engines/gob/detection/tables_adi4.h b/engines/gob/detection/tables_adi4.h
index c7bbf739e93..00fec1e46ff 100644
--- a/engines/gob/detection/tables_adi4.h
+++ b/engines/gob/detection/tables_adi4.h
@@ -93,7 +93,7 @@
 		GUIO1(GUIO_NOASPECT)
 	},
 	kGameTypeAdi4,
-	kFeaturesNone,
+	kFeatures640x480,
 	0, 0, 0
 },
 {
@@ -107,7 +107,7 @@
 		GUIO1(GUIO_NOASPECT)
 	},
 	kGameTypeAdi4,
-	kFeaturesNone,
+	kFeatures640x480,
 	0, 0, 0
 },
 {
@@ -183,7 +183,7 @@
 		GUIO1(GUIO_NOASPECT)
 	},
 	kGameTypeAdi4,
-	kFeaturesNone,
+	kFeatures640x480,
 	0, 0, 0
 },
 




More information about the Scummvm-git-logs mailing list