mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
ZVISION: Fix GUIO flags for the DVD version of ZGI
This commit is contained in:
parent
4929104dbe
commit
4f37de9ce9
@ -247,11 +247,11 @@ static const ZVisionGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
GF_DVD,
|
||||
GUIO4(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING,
|
||||
#if defined(USE_MPEG2) && defined(USE_A52)
|
||||
GAMEOPTION_USE_HIRES_MPEG_MOVIES
|
||||
GUIO5(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)
|
||||
#endif
|
||||
)
|
||||
},
|
||||
GID_GRANDINQUISITOR
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user