mirror of
https://github.com/libretro/RetroArch
synced 2025-02-05 06:40:07 +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)
|
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.
|
// 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)
|
if (g_extern.video_active && g_settings.video.vsync && !g_extern.system.force_nonblock)
|
||||||
video_set_nonblock_state_func(syncing_state);
|
video_set_nonblock_state_func(syncing_state);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user