build: disable retro achivements

This commit is contained in:
Nikhil Narayana 2024-07-09 09:39:52 -07:00
commit 72d06b4387
No known key found for this signature in database
GPG key ID: 2D6E647B8732451F

View file

@ -105,7 +105,7 @@ option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence, show the current gam
option(USE_MGBA "Enables GBA controllers emulation using libmgba" OFF)
option(ENABLE_AUTOUPDATE "Enables support for automatic updates" OFF)
option(STEAM "Creates a build for Steam" OFF)
option(USE_RETRO_ACHIEVEMENTS "Enables integration with retroachievements.org" ON)
option(USE_RETRO_ACHIEVEMENTS "Enables integration with retroachievements.org" OFF)
# Maintainers: if you consider blanket disabling this for your users, please
# consider the following points: