forked from dolphin-emu/dolphin
Put Plugins/ in Core/, rename to VideoBackends
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
if(NOT USE_GLES OR USE_GLES3)
|
||||
add_subdirectory(OGL)
|
||||
endif()
|
||||
add_subdirectory(Software)
|
||||
# TODO: Add other backends here!
|
||||
Reference in New Issue
Block a user