This commit is contained in:
bositman 2015-06-06 22:39:34 +03:00
parent 8d61ab2af2
commit 1de58349c5
1 changed files with 1 additions and 1 deletions

View File

@ -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"))