From: skeetor Date: Fri, 27 Dec 2019 19:50:44 +0000 (+0100) Subject: Fix missing lines at the bottom of the screen, which are generated but not displayed. X-Git-Tag: 4400~183^2~1 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=4076f41e7a745cc6d11092103c3ffeb0ef6175a7;p=francis%2Fwinuae.git Fix missing lines at the bottom of the screen, which are generated but not displayed. --- diff --git a/od-win32/win32_scaler.cpp b/od-win32/win32_scaler.cpp index ed6f6859..22c16260 100644 --- a/od-win32/win32_scaler.cpp +++ b/od-win32/win32_scaler.cpp @@ -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);