mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Put Plugins/ in Core/, rename to VideoBackends
This commit is contained in:
5
Source/Core/VideoBackends/CMakeLists.txt
Normal file
5
Source/Core/VideoBackends/CMakeLists.txt
Normal file
@ -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