diff --git a/gfx/video_crt_switch.c b/gfx/video_crt_switch.c index 307ea8e656..5c69b94d3a 100644 --- a/gfx/video_crt_switch.c +++ b/gfx/video_crt_switch.c @@ -174,6 +174,7 @@ void crt_switch_res_core(unsigned width, unsigned height, float hz, unsigned crt { /* ra_core_hz float passed from within * void video_driver_monitor_adjust_system_rates(void) */ + ra_core_width = width; ra_core_height = height; ra_core_hz = hz;