Add NoGUI frontend based on old SDL frontend + fullscreen UI

This commit is contained in:
Connor McLaughlin
2021-01-30 21:55:24 +10:00
parent 61e4e6f140
commit cae5bc1712
19 changed files with 2403 additions and 40 deletions

View File

@ -9,8 +9,10 @@ if(WIN32)
add_subdirectory(updater)
endif()
if(ANDROID OR BUILD_SDL_FRONTEND OR BUILD_QT_FRONTEND)
add_subdirectory(frontend-common)
add_subdirectory(frontend-common)
if(BUILD_NOGUI_FRONTEND)
add_subdirectory(duckstation-nogui)
endif()
if(BUILD_SDL_FRONTEND)