Switch: Fix build

This commit is contained in:
Vicki Pfau 2020-11-09 00:49:37 -08:00
parent 32fc0dac31
commit 13e453be4d
1 changed files with 1 additions and 0 deletions

View File

@ -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()