From 72d06b43870db340b8121065bf7825e8548551b3 Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Tue, 9 Jul 2024 09:39:52 -0700 Subject: [PATCH] build: disable retro achivements --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d4fcb1314..384cb032a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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: