mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Do video_driver_get_ident check last in boolean equation
This commit is contained in:
parent
57e1b849f9
commit
61ce614251
@ -2535,9 +2535,9 @@ void video_driver_build_info(video_frame_info_t *video_info)
|
||||
* in fullscreen with vsync, effectively
|
||||
* discarding frames that can't be shown,
|
||||
* therefore do not do it twice. */
|
||||
if ( string_is_equal(video_driver_get_ident(), "vulkan")
|
||||
if ( video_info->fullscreen
|
||||
&& settings->bools.video_vsync
|
||||
&& video_info->fullscreen)
|
||||
&& string_is_equal(video_driver_get_ident(), "vulkan"))
|
||||
video_info->fastforward_frameskip = false;
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user