mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
[Android] Add in a compiling option for GLES3
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
if(NOT USE_GLES)
|
||||
if(NOT USE_GLES OR USE_GLES3)
|
||||
add_subdirectory(Plugin_VideoOGL)
|
||||
endif()
|
||||
add_subdirectory(Plugin_VideoSoftware)
|
||||
|
Reference in New Issue
Block a user