all repos — mgba @ 558cb2015e9cc71700332eb7d2ea005ffd827140

mGBA Game Boy Advance Emulator

Switch: Fix build
Vicki Pfau vi@endrift.com
Mon, 09 Nov 2020 00:49:37 -0800
commit

558cb2015e9cc71700332eb7d2ea005ffd827140

parent

4b4d5b59e5c43c4ffac3a49751663a1c783a3e16

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -266,6 +266,7 @@ set(USE_LIBZIP OFF CACHE BOOL "")

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