mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
SDL: Fix compilation when USE_FORCED_GLES2 is defined
This commit is contained in:
parent
98185bbb98
commit
04b76bfbc4
@ -325,7 +325,7 @@ void OSystem_SDL::detectOpenGLFeaturesSupport() {
|
||||
_supportsShaders = false;
|
||||
#if USE_FORCED_GLES2
|
||||
// Framebuffers and shaders are always available with GLES2
|
||||
_oglType = kOGLContextGLES2;
|
||||
_oglType = OpenGL::kOGLContextGLES2;
|
||||
_supportsFrameBuffer = true;
|
||||
_supportsShaders = true;
|
||||
#elif !defined(AMIGAOS) && !defined(__MORPHOS__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user