Vulkan renderer: Disable adaptive smoothing by default

This should be disabled by default like the other Vulkan-exclusive
enhancements so as to better match stock settings.
This commit is contained in:
ggdrt 2020-03-11 23:30:24 -07:00
parent 95d5bd194c
commit d2d9a90c2b

View File

@ -144,11 +144,11 @@ struct retro_core_option_definition option_defs_us[] = {
"Adaptive Smoothing",
"When enabled, smooths 2D artwork and UI elements without blurring 3D rendered objects. Only supported by the Vulkan renderer.",
{
{ "enabled", NULL },
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL },
},
"enabled"
"disabled"
},
{
BEETLE_OPT(super_sampling),