From f5e6c08c3f5e50df23598ba63a6e34275e314412 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Fri, 22 Feb 2019 16:40:41 +0200 Subject: [PATCH] Filter border blank default should be automatic, not disabled. --- cfgfile.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cfgfile.cpp b/cfgfile.cpp index 0eee5ce2..0f603f5b 100644 --- a/cfgfile.cpp +++ b/cfgfile.cpp @@ -7782,6 +7782,8 @@ void default_prefs (struct uae_prefs *p, bool reset, int type) f->gfx_filter_autoscale = AUTOSCALE_STATIC_AUTO; f->gfx_filter_keep_autoscale_aspect = false; f->gfx_filteroverlay_overscan = 0; + f->gfx_filter_left_border = -1; + f->gfx_filter_top_border = -1; } p->rtg_horiz_zoom_mult = 1.0; -- 2.47.3