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

sev- noreply at scummvm.org
Mon Nov 27 15:27:55 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:
d32baf1183 GOB: updated fallback detection to latest changes


Commit: d32baf118320681bbfdfeee6aac324129a837447
    https://github.com/scummvm/scummvm/commit/d32baf118320681bbfdfeee6aac324129a837447
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-11-27T16:27:50+01:00

Commit Message:
GOB: updated fallback detection to latest changes

- use for Adi 2 640x400 instead of 640x480 like in tables_adi2.h
- set for Adi 4 Platform from DOS to Windows like in tables_adi4.h

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


diff --git a/engines/gob/detection/tables_fallback.h b/engines/gob/detection/tables_fallback.h
index 4204916a335..fb96e390656 100644
--- a/engines/gob/detection/tables_fallback.h
+++ b/engines/gob/detection/tables_fallback.h
@@ -386,7 +386,7 @@ static const GOBGameDescription fallbackDescs[] = {
 			GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
 		},
 		kGameTypeAdi2,
-		kFeatures640x480,
+		kFeatures640x400,
 		"adi2.stk", 0, 0
 	},
 	{ //26
@@ -395,7 +395,7 @@ static const GOBGameDescription fallbackDescs[] = {
 			"",
 			AD_ENTRY1(0, 0),
 			UNK_LANG,
-			kPlatformDOS,
+			kPlatformWindows,
 			ADGF_NO_FLAGS,
 			GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
 		},




More information about the Scummvm-git-logs mailing list