mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
vk: Enable primitive restart workaround for polaris and vega on linux as well
- Looks like it might be a hardware erratum
This commit is contained in:
parent
34a6085cc0
commit
8f324dfc0a
1 changed files with 0 additions and 2 deletions
|
@ -259,7 +259,6 @@ namespace vk
|
|||
{
|
||||
g_current_renderer = device;
|
||||
|
||||
#ifdef _WIN32
|
||||
const std::array<std::string, 8> 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()
|
||||
|
|
Loading…
Add table
Reference in a new issue