diff options
-rwxr-xr-x | configure | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -2584,15 +2584,12 @@ if test -n "$_host"; then _eventrec=no _build_scalers=no _build_hq_scalers=no - # This is so OpenGL detection works for OpenGL ES, only if OpenGL has been - # explicitly activated. - if test "$_opengl" = yes; then - _opengles=yes - fi # We prefer SDL2 on the Raspberry Pi: acceleration now depends on it # since SDL2 manages dispmanx/GLES2 very well internally. # SDL1 is bit-rotten on this platform. _sdlconfig=sdl2-config + # We should add _opengles=yes later here if we wanted the GLES renderer. + # For now, we use plain SDL2 only, which in turn uses GLES2 by default. ;; dreamcast) append_var DEFINES "-DDISABLE_DEFAULT_SAVEFILEMANAGER" |