gsdx ogl: blacklist AMD 2015 drivers

This commit is contained in:
Gregory Hainaut 2016-05-29 18:21:12 +02:00
parent 12512f767b
commit 9c8b5e37a4
1 changed files with 1 additions and 1 deletions

View File

@ -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;