]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Overscan blanking filter settings added to filter profiles
authorToni Wilen <twilen@winuae.net>
Sat, 12 Jun 2021 17:21:26 +0000 (20:21 +0300)
committerToni Wilen <twilen@winuae.net>
Sat, 12 Jun 2021 17:21:26 +0000 (20:21 +0300)
od-win32/win32gui.cpp

index 29877df1e9063a9e8acf582d37918447c3b7a829..d00fd9b2c6fcba3d4ba906dc8baf2a2abf08dde4 100644 (file)
@@ -19245,6 +19245,8 @@ static const int filtertypes[] = {
        0, 0,
        0, 0,
        0,
+       0,
+       0, 0, 0, 0,
        -1
 };     
 static void *filtervars[] = {
@@ -19260,6 +19262,8 @@ static void *filtervars[] = {
        &workprefs.gf[0].gfx_filter_keep_aspect, &workprefs.gf[0].gfx_filter_aspect,
        &workprefs.gf[0].gfx_filter_autoscale, &workprefs.gf[0].gfx_filter_bilinear,
        &workprefs.gf[0].gfx_filter_keep_autoscale_aspect,
+       &workprefs.gf[0].gfx_filter_integerscalelimit,
+       &workprefs.gf[0].gfx_filter_left_border, &workprefs.gf[0].gfx_filter_right_border, &workprefs.gf[0].gfx_filter_top_border, &workprefs.gf[0].gfx_filter_bottom_border,
        NULL
 };
 static void *filtervars2[] = {
@@ -19275,6 +19279,8 @@ static void *filtervars2[] = {
        &currprefs.gf[0].gfx_filter_keep_aspect, &currprefs.gf[0].gfx_filter_aspect,
        &currprefs.gf[0].gfx_filter_autoscale, &currprefs.gf[0].gfx_filter_bilinear,
        &currprefs.gf[0].gfx_filter_keep_autoscale_aspect,
+       &currprefs.gf[0].gfx_filter_integerscalelimit,
+       &currprefs.gf[0].gfx_filter_left_border, &currprefs.gf[0].gfx_filter_right_border, &currprefs.gf[0].gfx_filter_top_border, &currprefs.gf[0].gfx_filter_bottom_border,
        NULL
 };