]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
VGA autoswitch update
authorToni Wilen <twilen@winuae.net>
Sun, 23 Apr 2023 16:12:52 +0000 (19:12 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 23 Apr 2023 16:12:52 +0000 (19:12 +0300)
drawing.cpp

index 2ef7728d7c52541d8628dc2cfca056884bee27c4..304e508a195a4b5fb85a2ff61ef739611f7b75ec 100644 (file)
@@ -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;