mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
Remove redundant log
This commit is contained in:
parent
bbe0f00059
commit
979e45ea66
@ -72,7 +72,6 @@ static void set_fast_forward_button(bool new_button_state, bool new_hold_button_
|
||||
|
||||
if (update_sync)
|
||||
{
|
||||
RARCH_LOG("Video active = %u, VSync = %u, Force nonblock = %u\n", g_extern.video_active, g_settings.video.vsync, g_extern.system.force_nonblock);
|
||||
// Only apply non-block-state for video if we're using vsync.
|
||||
if (g_extern.video_active && g_settings.video.vsync && !g_extern.system.force_nonblock)
|
||||
video_set_nonblock_state_func(syncing_state);
|
||||
|
Loading…
Reference in New Issue
Block a user