]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Removed useless "Scanlines" in PAL filter extra options.
authorToni Wilen <twilen@winuae.net>
Sun, 1 Jan 2023 15:20:48 +0000 (17:20 +0200)
committerToni Wilen <twilen@winuae.net>
Sun, 1 Jan 2023 15:20:48 +0000 (17:20 +0200)
od-win32/resources/winuae.rc
od-win32/win32gui.cpp

index cc3c68974300b9e6d5da5888b39a91920eef72d2..c9f5903ba587d6526e903e835700bc6cacb55257 100644 (file)
@@ -2187,7 +2187,7 @@ END
 
 STRINGTABLE
 BEGIN
-    IDS_FILTER_PAL_EXTRA    "Brightness\nContrast\nSaturation\nGamma\nScanlines\nBlurriness\nNoise\n"
+    IDS_FILTER_PAL_EXTRA    "Brightness\nContrast\nSaturation\nGamma\nBlurriness\nNoise\n"
     IDS_FILTER_3D_EXTRA     "Point/Bilinear\nScanline opacity\nScanline level\nScanline offset\n"
     IDS_ALWAYS_ON           "Always on"
     IDS_DISPLAY_ATTRIBUTES  "Brightness\nContrast\nGamma\nGamma [R]\nGamma [G]\nGamma [B]\nDark palette fix"
index d2ecf3cc88e8ecc7653da563797ca847c1fdaaa9..e7e2beda1a43468eeeb7e45c77fa9d0e8a229654 100644 (file)
@@ -19813,10 +19813,6 @@ static struct filterxtra filter_pal_extra[] =
                &workprefs.gfx_gamma, NULL, &workprefs.gfx_gamma,
                &currprefs.gfx_gamma, NULL, &currprefs.gfx_gamma,
                -1000, 1000, 10,
-       _T("Scanlines"),
-               &workprefs.gf[0].gfx_filter_scanlines, NULL, &workprefs.gf[2].gfx_filter_scanlines,
-               &currprefs.gf[0].gfx_filter_scanlines, NULL, &currprefs.gf[2].gfx_filter_scanlines,
-               0, 100, 1,
        _T("Blurriness"),
                &workprefs.gf[0].gfx_filter_blur, NULL, &workprefs.gf[2].gfx_filter_blur,
                &currprefs.gf[0].gfx_filter_blur, NULL, &currprefs.gf[2].gfx_filter_blur,