diff --git a/user_io.cpp b/user_io.cpp index 1ca69db..961f881 100644 --- a/user_io.cpp +++ b/user_io.cpp @@ -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);