Use "chroma-keying" as the description for now

This commit is contained in:
Cacodemon345
2025-08-19 20:41:31 +06:00
committed by GitHub
parent f92f69347b
commit 60d9ceb7a8

View File

@@ -5683,7 +5683,7 @@ static const device_config_t s3_virge_config[] = {
},
{
.name = "colorkey",
.description = "Video color-keying",
.description = "Video chroma-keying",
.type = CONFIG_BINARY,
.default_string = NULL,
.default_int = 1,
@@ -5735,7 +5735,7 @@ static const device_config_t s3_virge_stb_config[] = {
},
{
.name = "colorkey",
.description = "Video color-keying",
.description = "Video chroma-keying",
.type = CONFIG_BINARY,
.default_string = NULL,
.default_int = 1,
@@ -5772,7 +5772,7 @@ static const device_config_t s3_virge_357_config[] = {
},
{
.name = "colorkey",
.description = "Video color-keying",
.description = "Video chroma-keying",
.type = CONFIG_BINARY,
.default_string = NULL,
.default_int = 1,
@@ -5825,7 +5825,7 @@ static const device_config_t s3_trio3d2x_config[] = {
},
{
.name = "colorkey",
.description = "Video color-keying",
.description = "Video chroma-keying",
.type = CONFIG_BINARY,
.default_string = NULL,
.default_int = 1,