Allow MSAA selection in the UI

This commit is contained in:
kd-11 2025-02-09 16:41:11 +03:00 committed by kd-11
parent 4f08bfd0a2
commit 0d4f3cf0a5
3 changed files with 5 additions and 13 deletions

View file

@ -98,7 +98,7 @@ render_creator::render_creator(QObject *parent) : QObject(parent)
#endif
// Graphics Adapter
Vulkan = render_info(vulkan_adapters, supports_vulkan, emu_settings_type::VulkanAdapter, true);
Vulkan = render_info(vulkan_adapters, supports_vulkan, emu_settings_type::VulkanAdapter);
OpenGL = render_info();
NullRender = render_info();