mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12: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;
|
g_current_renderer = device;
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
const std::array<std::string, 8> black_listed =
|
const std::array<std::string, 8> black_listed =
|
||||||
{
|
{
|
||||||
// Black list all polaris unless its proven they dont have a problem with primitive restart
|
// Black list all polaris unless its proven they dont have a problem with primitive restart
|
||||||
|
@ -282,7 +281,6 @@ namespace vk
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool emulate_primitive_restart()
|
bool emulate_primitive_restart()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue