DolphinNoGUI: Add a FBDev platform

And the associated GLContext bits
This commit is contained in:
Stenzek
2019-04-10 14:44:21 +00:00
parent 43fe02ee9b
commit 0a75e71672
6 changed files with 121 additions and 2 deletions

View File

@ -9,6 +9,10 @@ if(ENABLE_X11 AND X11_FOUND)
target_sources(dolphin-nogui PRIVATE PlatformX11.cpp)
endif()
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
target_sources(dolphin-nogui PRIVATE PlatformFBDev.cpp)
endif()
set_target_properties(dolphin-nogui PROPERTIES OUTPUT_NAME dolphin-emu-nogui)
target_link_libraries(dolphin-nogui