mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-27 04:45:30 +00:00
gsdx-ogl: Fix override detection for extensions.
This commit is contained in:
parent
371b52f4f3
commit
a9e622357a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user