mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12: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;
|
g_current_renderer = device;
|
||||||
|
|
||||||
#ifdef _WIN32
|
#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
|
// Black list all polaris unless its proven they dont have a problem with primitive restart
|
||||||
"RX 580",
|
"RX 580",
|
||||||
"RX 570",
|
"RX 570",
|
||||||
"RX 560",
|
"RX 560",
|
||||||
|
"RX 550",
|
||||||
"RX 480",
|
"RX 480",
|
||||||
"RX 470",
|
"RX 470",
|
||||||
"RX 460",
|
"RX 460",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue