gsdx-ogl: Fix override detection for extensions.

This commit is contained in:
lightningterror 2019-02-07 16:11:58 +01:00
parent 371b52f4f3
commit a9e622357a

View File

@ -192,7 +192,7 @@ namespace GLLoader {
if (theApp.GetConfigI(opt.c_str()) != -1) {
found = theApp.GetConfigB(opt.c_str());
fprintf(stderr, "Override %s detection (%s)\n", name.c_str(), found ? "Enabled" : "Disabled");
GLExtension::Set(name);
GLExtension::Set(name, found);
}
return found;