[Scummvm-git-logs] scummvm master -> e63475f02826f93e001f6884d4805f31a5498c93
mistydemeo
noreply at scummvm.org
Mon Jul 24 17:02:23 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:
e63475f028 DIRECTOR: set gondwana to 32bpp
Commit: e63475f02826f93e001f6884d4805f31a5498c93
https://github.com/scummvm/scummvm/commit/e63475f02826f93e001f6884d4805f31a5498c93
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2023-07-24T10:01:44-07:00
Commit Message:
DIRECTOR: set gondwana to 32bpp
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 8cfdafc23be..be1afa4fa63 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1692,6 +1692,7 @@ namespace Director {
#define PIPGAME1f(t,e,f,m,s,v,fl) GENGAME1_(t,e,f,m,s,Common::EN_ANY,Common::kPlatformPippin,(fl|ADGF_MACRESFORK),v)
#define WINGAME1(t,e,f,m,s,v) GENGAME1_(t,e,f,m,s,Common::EN_ANY,Common::kPlatformWindows,ADGF_NO_FLAGS,v)
#define WINGAME1t(t,e,f,m,s,v) GENGAME1t_(t,e,f,m,s,Common::EN_ANY,Common::kPlatformWindows,ADGF_NO_FLAGS,v)
+#define WINGAME1tf(t,e,f,m,s,v,fl) GENGAME1t_(t,e,f,m,s,Common::EN_ANY,Common::kPlatformWindows,(fl|ADGF_NO_FLAGS),v)
#define FMTGAME1(t,e,f,m,s,v) GENGAME1_(t,e,f,m,s,Common::EN_ANY,Common::kPlatformFMTowns,ADGF_NO_FLAGS,v)
#define SHKGAME1(t,e,f,m,s,v) GENGAME1_(t,e,f,m,s,Common::EN_ANY,Common::kPlatformShockwave,ADGF_NO_FLAGS,v)
#define MACDEMO1(t,e,f,m,s,v) GENGAME1_(t,e,f,m,s,Common::EN_ANY,Common::kPlatformMacintosh,(ADGF_MACRESFORK|ADGF_DEMO),v)
@@ -6098,7 +6099,7 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME2t_l("glassyocean", "", "START.EXE", "c5dcc03aca7e0bed95844afdd86f866c", 1410529,
"DATA/TAMURA.DXR", "a7bd15f6f42162fed7f32e0a739617ec", 155168, Common::JA_JPN, 501),
- WINGAME1t("gondwana", "", "MOVIE.EXE", "dfce572624ed9816e7268ac8f5ef7d2b", 5647741, 505),
+ WINGAME1tf("gondwana", "", "MOVIE.EXE", "dfce572624ed9816e7268ac8f5ef7d2b", 5647741, 505, GF_32BPP),
WINGAME1("gothos", "", "gothos.exe", "6199bb7cabc7f636394cacffd6a71fa9", 1788333, 501),
MACGAME1("gothos", "", "MACINST/GOTHOS", "1d08e56a4c7ba60a67417c7988cd3ffe", 718097, 501),
More information about the Scummvm-git-logs
mailing list