mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
Update video_crt_switch.c
Fixed infinate switching bug
This commit is contained in:
parent
50f54fcb43
commit
d3a2f2f921
@ -243,6 +243,7 @@ void crt_switch_res_core(
|
||||
p_switch->ra_tmp_height = p_switch->ra_core_height;
|
||||
p_switch->ra_tmp_width = p_switch->ra_core_width;
|
||||
p_switch->tmp_center_adjust = p_switch->center_adjust;
|
||||
p_switch->tmp_porch_adjust = p_switch->porch_adjust;
|
||||
|
||||
/* Check if aspect is correct, if not change */
|
||||
if (video_driver_get_aspect_ratio() != p_switch->fly_aspect)
|
||||
|
Loading…
Reference in New Issue
Block a user