[host] dxgi: enable 24-bit mode by default

General community feedback with this enabled has been positive and we
can now transition to enabling by default.
This commit is contained in:
Geoffrey McRae 2024-01-27 02:28:09 +11:00
parent ad00aaacd0
commit c5cbb8aa46

View File

@ -266,7 +266,7 @@ static void dxgi_initOptions(void)
.name = "allowRGB24", .name = "allowRGB24",
.description = "Losslessly pack 32-bit RGBA8 into 24-bit RGB (saves bandwidth)", .description = "Losslessly pack 32-bit RGBA8 into 24-bit RGB (saves bandwidth)",
.type = OPTION_TYPE_BOOL, .type = OPTION_TYPE_BOOL,
.value.x_bool = false .value.x_bool = true
}, },
{0} {0}
}; };