mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Fix wrong condition for hard sync.
This commit is contained in:
parent
a4e35634e0
commit
4bb17fd6e9
@ -1689,7 +1689,7 @@ static bool gl_core_frame(void *data, const void *frame,
|
||||
video_info->cb_swap_buffers(video_info->context_data, video_info);
|
||||
|
||||
if (video_info->hard_sync &&
|
||||
video_info->input_driver_nonblock_state &&
|
||||
!video_info->input_driver_nonblock_state &&
|
||||
!gl->menu_texture_enable)
|
||||
{
|
||||
gl_core_fence_iterate(gl, video_info->hard_sync_frames);
|
||||
|
Loading…
x
Reference in New Issue
Block a user