mirror of https://github.com/inolen/redream.git
don't forcefully disable OpenGL ES support
This commit is contained in:
parent
ba7ebf9b72
commit
55ea4188ae
|
@ -128,7 +128,6 @@ list(APPEND REDREAM_INCLUDES deps/microprofile)
|
|||
if(NOT BUILD_LIBRETRO)
|
||||
set(DIRECTX OFF CACHE BOOL "")
|
||||
set(RENDER_D3D OFF CACHE BOOL "")
|
||||
set(VIDEO_OPENGLES OFF CACHE BOOL "")
|
||||
set(SDL_ATOMIC OFF CACHE BOOL "")
|
||||
set(SDL_CPUINFO ON CACHE BOOL "")
|
||||
set(SDL_FILESYSTEM OFF CACHE BOOL "")
|
||||
|
|
Loading…
Reference in New Issue