From 9e6732172924e4672c6efec12a35e00f3b0765e6 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 23 Apr 2023 19:12:52 +0300 Subject: [PATCH] VGA autoswitch update --- drawing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawing.cpp b/drawing.cpp index 2ef7728d..304e508a 100644 --- a/drawing.cpp +++ b/drawing.cpp @@ -4168,7 +4168,7 @@ static void init_drawing_frame (void) } int newres = RES_HIRES; int hres = (2 * htotal) << largest_res; - if (hres > 1000) { + if (hres > 1150) { newres = RES_SUPERHIRES; } else { newres = RES_HIRES; -- 2.47.3