mirror of https://github.com/mgba-emu/mgba.git
Switch: Fix build
This commit is contained in:
parent
32fc0dac31
commit
13e453be4d
|
@ -257,6 +257,7 @@ if(DEFINED 3DS)
|
|||
endif()
|
||||
|
||||
if(DEFINED SWITCH)
|
||||
set(BUILD_GLES2 OFF CACHE BOOL "Build with OpenGL|ES 2" FORCE)
|
||||
set(BUILD_GLES3 ON CACHE BOOL "Build with OpenGL|ES 3" FORCE)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue