From: Toni Wilen Date: Sun, 23 Apr 2023 16:12:52 +0000 (+0300) Subject: VGA autoswitch update X-Git-Tag: 5.0.0~67 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=9e6732172924e4672c6efec12a35e00f3b0765e6;p=francis%2Fwinuae.git VGA autoswitch update --- 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;