From 295aa94a059b7b96af5cab177f5124ca76788ac3 Mon Sep 17 00:00:00 2001 From: spectranator Date: Wed, 2 Jul 2025 22:39:21 +0200 Subject: [PATCH] Force ENABLE_WEB_SERVICE to be OFF --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70b5692e1..6c7e81596 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ if (ENABLE_QT) option(YUZU_USE_QT_WEB_ENGINE "Use QtWebEngine for web applet implementation" OFF) endif() -option(ENABLE_WEB_SERVICE "Enable web services (telemetry, etc.)" ON) +set(ENABLE_WEB_SERVICE OFF) option(YUZU_USE_BUNDLED_FFMPEG "Download/Build bundled FFmpeg" "${WIN32}")