From 8f324dfc0a475b95861b97cce1be9e4640f523d2 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Fri, 20 Oct 2017 14:40:18 +0300 Subject: [PATCH] vk: Enable primitive restart workaround for polaris and vega on linux as well - Looks like it might be a hardware erratum --- rpcs3/Emu/RSX/VK/VKHelpers.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpcs3/Emu/RSX/VK/VKHelpers.cpp b/rpcs3/Emu/RSX/VK/VKHelpers.cpp index 8a817da47..ebb89b930 100644 --- a/rpcs3/Emu/RSX/VK/VKHelpers.cpp +++ b/rpcs3/Emu/RSX/VK/VKHelpers.cpp @@ -259,7 +259,6 @@ namespace vk { g_current_renderer = device; -#ifdef _WIN32 const std::array black_listed = { // Black list all polaris unless its proven they dont have a problem with primitive restart @@ -282,7 +281,6 @@ namespace vk break; } } -#endif } bool emulate_primitive_restart()