Force disable vsync adjust for menu core.

This commit is contained in:
sorgelig
2018-03-04 09:05:34 +08:00
parent bf9c1b6b10
commit 81de7405a7

View File

@@ -1494,7 +1494,7 @@ void user_io_poll()
{
res_timer = GetTimer(500);
uint32_t vtime = show_video_info(0);
if (vtime && cfg.vsync_adjust)
if (vtime && cfg.vsync_adjust && !is_menu_core())
{
adjust_video_mode(vtime);
usleep(100000);