Skip to content

Commit

Permalink
build: disable retro achivements
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Jul 9, 2024
1 parent f7cc88b commit 72d06b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 72d06b4

Please sign in to comment.