mirror of https://github.com/PCSX2/pcsx2.git
gsdx ogl: blacklist AMD 2015 drivers
This commit is contained in:
parent
12512f767b
commit
9c8b5e37a4
|
@ -248,7 +248,7 @@ namespace GLLoader {
|
|||
// Name changed but driver is still bad!
|
||||
if (strstr(vendor, "ATI") || strstr(vendor, "Advanced Micro Devices"))
|
||||
fglrx_buggy_driver = true;
|
||||
if (fglrx_buggy_driver && strstr((const char*)&s[v], "15.301.1801.1001")) // Latest legacy driver
|
||||
if (fglrx_buggy_driver && strstr((const char*)&s[v], " 15.")) // blacklist all 2015 drivers
|
||||
legacy_fglrx_buggy_driver = true;
|
||||
if (strstr(vendor, "NVIDIA Corporation"))
|
||||
nvidia_buggy_driver = true;
|
||||
|
|
Loading…
Reference in New Issue