mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Allow MSAA selection in the UI
This commit is contained in:
parent
4f08bfd0a2
commit
0d4f3cf0a5
3 changed files with 5 additions and 13 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue