libretro: Additional work

- Reliable resolution switching.
 - Hook up logging.
 - Memory cards and controller type settings.
 - Save state support.
 - Direct3D support.
This commit is contained in:
Connor McLaughlin
2020-06-30 02:47:27 +10:00
parent 2a38090e7a
commit 861b98ed3b
18 changed files with 774 additions and 897 deletions

View File

@ -3,7 +3,7 @@ add_subdirectory(common-tests)
add_subdirectory(core)
add_subdirectory(scmversion)
if(ANDROID OR BUILD_SDL_FRONTEND OR BUILD_QT_FRONTEND)
if(ANDROID OR BUILD_SDL_FRONTEND OR BUILD_QT_FRONTEND OR BUILD_LIBRETRO_CORE)
add_subdirectory(frontend-common)
endif()