Enable building with RetroAchievements by default

This commit is contained in:
Connor McLaughlin
2021-02-28 19:04:40 +10:00
parent 10c3506f1a
commit 4eace11a8b
3 changed files with 7 additions and 4 deletions

View File

@ -22,7 +22,7 @@ if(NOT ANDROID)
option(BUILD_NOGUI_FRONTEND "Build the NoGUI frontend" ON)
option(BUILD_QT_FRONTEND "Build the Qt frontend" ON)
option(ENABLE_DISCORD_PRESENCE "Build with Discord Rich Presence support" ON)
option(ENABLE_CHEEVOS "Build with RetroAchievements support" OFF)
option(ENABLE_CHEEVOS "Build with RetroAchievements support" ON)
option(USE_SDL2 "Link with SDL2 for controller support" ON)
endif()