mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
add RX 550 to AMD vulkan cards with restart bug
This commit is contained in:
parent
ddcacb8258
commit
d8ee6a2edb
1 changed files with 2 additions and 1 deletions
|
@ -260,12 +260,13 @@ namespace vk
|
|||
g_current_renderer = device;
|
||||
|
||||
#ifdef _WIN32
|
||||
const std::array<std::string, 6> 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
|
||||
"RX 580",
|
||||
"RX 570",
|
||||
"RX 560",
|
||||
"RX 550",
|
||||
"RX 480",
|
||||
"RX 470",
|
||||
"RX 460",
|
||||
|
|
Loading…
Add table
Reference in a new issue