Stop dlopening libGL(ESv2).so

GLX/EGL are supposed to abstract exactly this away,
this is a bad hack at best and might totally break stuff at worst.
This commit is contained in:
sfan5
2022-07-09 22:49:15 +02:00
parent 25ae156944
commit 074e81f78f
4 changed files with 4 additions and 30 deletions

View File

@ -111,8 +111,6 @@ namespace video
EGLint MajorVersion;
EGLint MinorVersion;
void* libHandle;
};
}
}