mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-27 10:50:29 +00:00
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:
parent
95d5bd194c
commit
d2d9a90c2b
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user