]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Filter border blank default should be automatic, not disabled.
authorToni Wilen <twilen@winuae.net>
Fri, 22 Feb 2019 14:40:41 +0000 (16:40 +0200)
committerToni Wilen <twilen@winuae.net>
Fri, 22 Feb 2019 14:40:41 +0000 (16:40 +0200)
cfgfile.cpp

index 0eee5ce2984d65b404e4ff319721aa59cbc9b178..0f603f5b62ceeae28ed84e82531304e8eda85087 100644 (file)
@@ -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;