mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
turn dynamic super res off on the fly
This commit is contained in:
parent
31ad524556
commit
c9c3c626e8
@ -2650,6 +2650,8 @@ void video_driver_frame(const void *data, unsigned width,
|
|||||||
width = 1920;
|
width = 1920;
|
||||||
if (video_info.crt_switch_resolution_super == 1)
|
if (video_info.crt_switch_resolution_super == 1)
|
||||||
video_driver_crt_dynamic_super_width = true;
|
video_driver_crt_dynamic_super_width = true;
|
||||||
|
else
|
||||||
|
video_driver_crt_dynamic_super_width = false;
|
||||||
|
|
||||||
crt_switch_res_core(width, height, video_driver_core_hz, video_info.crt_switch_resolution, video_info.crt_switch_center_adjust, video_info.monitor_index, video_driver_crt_dynamic_super_width);
|
crt_switch_res_core(width, height, video_driver_core_hz, video_info.crt_switch_resolution, video_info.crt_switch_center_adjust, video_info.monitor_index, video_driver_crt_dynamic_super_width);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user