[Scummvm-git-logs] scummvm master -> 63f0d47b99482e52d9c29c50cb0f1ba43d13c141
bluegr
bluegr at gmail.com
Mon Nov 5 00:29:15 CET 2018
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:
63f0d47b99 ZVISION: Really fix GUIO flags for the DVD version of ZGI
Commit: 63f0d47b99482e52d9c29c50cb0f1ba43d13c141
https://github.com/scummvm/scummvm/commit/63f0d47b99482e52d9c29c50cb0f1ba43d13c141
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2018-11-05T01:28:57+02:00
Commit Message:
ZVISION: Really fix GUIO flags for the DVD version of ZGI
Changed paths:
engines/zvision/detection_tables.h
diff --git a/engines/zvision/detection_tables.h b/engines/zvision/detection_tables.h
index 17d6aba..05e3807 100644
--- a/engines/zvision/detection_tables.h
+++ b/engines/zvision/detection_tables.h
@@ -248,9 +248,9 @@ static const ZVisionGameDescription gameDescriptions[] = {
Common::kPlatformWindows,
GF_DVD,
#if defined(USE_MPEG2) && defined(USE_A52)
- GUIO5(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING, GAMEOPTION_USE_HIRES_MPEG_MOVIES)
+ GUIO4(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING, GAMEOPTION_USE_HIRES_MPEG_MOVIES)
#else
- GUIO4(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING)
+ GUIO3(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING)
#endif
},
GID_GRANDINQUISITOR
More information about the Scummvm-git-logs
mailing list