mirror of https://github.com/PCSX2/pcsx2.git
Bleh
This commit is contained in:
parent
8d61ab2af2
commit
1de58349c5
|
@ -383,7 +383,7 @@ namespace GLLoader {
|
|||
|
||||
const char* vendor = (const char*)glGetString(GL_VENDOR);
|
||||
fprintf(stderr, "Supported Opengl version: %s on GPU: %s. Vendor: %s\n", s, glGetString(GL_RENDERER), vendor);
|
||||
fprintf(stderr, "Note: the maximum supported supported by GSdx is 3.3 (even if you driver supports more)!\n");
|
||||
fprintf(stderr, "Note: the maximum version supported by GSdx is 3.3 (even if you driver supports more)!\n");
|
||||
|
||||
// Name change but driver is still bad!
|
||||
if (strstr(vendor, "ATI") || strstr(vendor, "Advanced Micro Devices"))
|
||||
|
|
Loading…
Reference in New Issue