Re-add libretro core

This commit is contained in:
Connor McLaughlin
2021-05-10 13:36:00 +10:00
parent d38a1c9430
commit 1392a64a93
6 changed files with 62 additions and 6 deletions

View File

@ -27,6 +27,10 @@ if(ENABLE_CHEEVOS)
add_subdirectory(rcheevos)
endif()
if(BUILD_LIBRETRO_CORE)
add_subdirectory(libretro-common)
endif()
if(${CPU_ARCH} STREQUAL "aarch32" OR ${CPU_ARCH} STREQUAL "aarch64")
add_subdirectory(vixl)
endif()