From a76c1f4c512be4bb1e380fb682611f1885d718e4 Mon Sep 17 00:00:00 2001 From: alphanu1 <37101891+alphanu1@users.noreply.github.com> Date: Tue, 12 Feb 2019 10:10:35 +0000 Subject: [PATCH] Removed CRT setting video driver build info --- gfx/video_driver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/video_driver.c b/gfx/video_driver.c index ea68acd237..50ca1e5843 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -2738,7 +2738,6 @@ void video_driver_build_info(video_frame_info_t *video_info) video_info->crt_switch_resolution = settings->uints.crt_switch_resolution; video_info->crt_switch_resolution_super = settings->uints.crt_switch_resolution_super; video_info->crt_switch_center_adjust = settings->ints.crt_switch_center_adjust; - video_info->crt_switch_custom_refresh_enable =settings->bools.crt_switch_custom_refresh_enable; video_info->black_frame_insertion = settings->bools.video_black_frame_insertion; video_info->hard_sync = settings->bools.video_hard_sync; video_info->hard_sync_frames = settings->uints.video_hard_sync_frames;