From: Toni Wilen Date: Fri, 22 Feb 2019 14:40:41 +0000 (+0200) Subject: Filter border blank default should be automatic, not disabled. X-Git-Tag: 4200~45 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=f5e6c08c3f5e50df23598ba63a6e34275e314412;p=francis%2Fwinuae.git Filter border blank default should be automatic, not disabled. --- 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;