mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 03:40:25 +00:00
OPENGL: Added missing USE_FORCED_GLES check
This commit is contained in:
parent
aa21e7226a
commit
ebc79b24bb
@ -116,8 +116,10 @@ bool OpenGLGraphicsManager::hasFeature(OSystem::Feature f) const {
|
||||
#endif
|
||||
return true;
|
||||
|
||||
#if !USE_FORCED_GLES
|
||||
case OSystem::kFeatureShaders:
|
||||
return LibRetroPipeline::isSupportedByContext();
|
||||
#endif
|
||||
|
||||
case OSystem::kFeatureOverlaySupportsAlpha:
|
||||
return _defaultFormatAlpha.aBits() > 3;
|
||||
|
Loading…
Reference in New Issue
Block a user