enable by default always
Some checks failed
eden-license / license-header (pull_request) Failing after 21s
Some checks failed
eden-license / license-header (pull_request) Failing after 21s
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
bec05851d5
commit
0cf6ee63b9
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ cmake_dependent_option(ENABLE_LIBUSB "Enable the use of LibUSB" ON "WIN32 OR PLA
|
|||
cmake_dependent_option(ENABLE_OPENGL "Enable OpenGL" ON "NOT WIN32 OR NOT ARCHITECTURE_arm64" OFF)
|
||||
mark_as_advanced(FORCE ENABLE_OPENGL)
|
||||
|
||||
cmake_dependent_option(ENABLE_WEB_SERVICE "Enable web services (telemetry, etc.)" ON "WIN32 OR ANDROID OR PLATFORM_LINUX OR APPLE" OFF)
|
||||
option(ENABLE_WEB_SERVICE "Enable web services (telemetry, etc.)" ON)
|
||||
option(ENABLE_WIFI_SCAN "Enable WiFi scanning" OFF)
|
||||
|
||||
cmake_dependent_option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence" OFF "ENABLE_QT" OFF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue