Fix- DXVK and VKD3D should be disabled even if turned off!

This commit is contained in:
Daniel Johnson 2023-06-16 20:04:37 -04:00
parent 382e4e2b12
commit 0c2d4bb1c3

View file

@ -44,7 +44,7 @@ def _get_prefix_warning(config, _option_key):
def _get_vulkan_required_error(config, option_key):
if config.get(option_key) and not vkquery.is_vulkan_supported():
if not vkquery.is_vulkan_supported():
return _("<b>Error</b> Vulkan is not installed or is not supported by your system\n"
"If you have compatible hardware, please follow "
"the installation procedures as described in\n"