Restored the dithersub option on Voodoo Banshee (it was removed by accident).

This commit is contained in:
TC1995
2021-07-12 22:15:33 +02:00
parent fd5ac14f26
commit b04811df5e

View File

@@ -2627,6 +2627,12 @@ static const device_config_t banshee_sgram_config[] =
.type = CONFIG_BINARY,
.default_int = 1
},
{
.name = "dithersub",
.description = "Dither subtraction",
.type = CONFIG_BINARY,
.default_int = 1
},
{
.name = "dacfilter",
.description = "Screen Filter",
@@ -2678,6 +2684,12 @@ static const device_config_t banshee_sdram_config[] =
.type = CONFIG_BINARY,
.default_int = 1
},
{
.name = "dithersub",
.description = "Dither subtraction",
.type = CONFIG_BINARY,
.default_int = 1
},
{
.name = "dacfilter",
.description = "Screen Filter",