From 305a15f056af66704778eea9f1fbd6dfe29e6033 Mon Sep 17 00:00:00 2001 From: alphanu1 <37101891+alphanu1@users.noreply.github.com> Date: Tue, 12 Feb 2019 16:10:23 +0000 Subject: [PATCH] Change menu detection width --- gfx/video_crt_switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/video_crt_switch.c b/gfx/video_crt_switch.c index afa3ac84b2..1e1b67dec5 100644 --- a/gfx/video_crt_switch.c +++ b/gfx/video_crt_switch.c @@ -119,7 +119,7 @@ static void crt_screen_setup_aspect(unsigned width, unsigned height) if (height == 4) { /* detect menu only */ - if (width < 1920) + if (width < 700) width = 320; height = 240;