From e20e0b1cfd84b3b91aee18af7d2b869258d2be33 Mon Sep 17 00:00:00 2001 From: alphanu1 <37101891+alphanu1@users.noreply.github.com> Date: Fri, 25 May 2018 10:42:57 +0100 Subject: [PATCH] 240p menu for CRT --- gfx/video_crt_switch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gfx/video_crt_switch.c b/gfx/video_crt_switch.c index c8c5d260fa..2cc19eef8e 100644 --- a/gfx/video_crt_switch.c +++ b/gfx/video_crt_switch.c @@ -93,9 +93,9 @@ static void crt_screen_setup_aspect(unsigned width, unsigned height) { /* detect menu only */ if (width < 1920) - width = 704; + width = 320; - height = 480; + height = 240; crt_aspect_ratio_switch(width, height); }