diff --git a/gfx/video_crt_switch.c b/gfx/video_crt_switch.c index f4dd720f60..c8c5d260fa 100644 --- a/gfx/video_crt_switch.c +++ b/gfx/video_crt_switch.c @@ -93,10 +93,9 @@ static void crt_screen_setup_aspect(unsigned width, unsigned height) { /* detect menu only */ if (width < 1920) - { width = 704; - height = 480; - } + + height = 480; crt_aspect_ratio_switch(width, height); }