]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Fix missing lines at the bottom of the screen, which are generated but not displayed.
authorskeetor <sparhawk@gmx.at>
Fri, 27 Dec 2019 19:50:44 +0000 (20:50 +0100)
committerskeetor <sparhawk@gmx.at>
Thu, 9 Jan 2020 17:38:20 +0000 (18:38 +0100)
od-win32/win32_scaler.cpp

index ed6f685976a6b915a145183b665d855ef26d129e..22c162607ac345d4d38d3ba12e7cde2b1dafde6d 100644 (file)
@@ -360,7 +360,7 @@ void getfilterrect2(int monid, RECT *sr, RECT *dr, RECT *zr, int dst_width, int
                                        cx = 28 << currprefs.gfx_resolution;
                                        cy = 10 << currprefs.gfx_vresolution;
                                        cw -= 40 << currprefs.gfx_resolution;
-                                       ch -= 25 << currprefs.gfx_vresolution;
+                                       ch -= 20 << currprefs.gfx_vresolution;
                                }
                                set_custom_limits (cw, ch, cx, cy);
                                store_custom_limits (cw, ch, cx, cy);