mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 13:20:57 +00:00
fix for dynamic super resolutions
This commit is contained in:
parent
9d9be36521
commit
f7d2fbd212
@ -2648,9 +2648,9 @@ void video_driver_frame(const void *data, unsigned width,
|
||||
width = 3840;
|
||||
if (video_info.crt_switch_resolution_super == 1920)
|
||||
width = 1920;
|
||||
if (video_info.crt_switch_resolution_super == 1920)
|
||||
if (video_info.crt_switch_resolution_super == 1)
|
||||
video_driver_crt_dynamic_super_width = true;
|
||||
|
||||
|
||||
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);
|
||||
}
|
||||
else if (!video_info.crt_switch_resolution)
|
||||
|
Loading…
x
Reference in New Issue
Block a user