From a5aba28673d425cb6d62cca6d3dc8d38463f4260 Mon Sep 17 00:00:00 2001 From: goeiecool9999 <7033575+goeiecool9999@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:11:04 +0100 Subject: [PATCH] disable by default --- src/config/CemuConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/CemuConfig.h b/src/config/CemuConfig.h index 78dd0857d..611be008d 100644 --- a/src/config/CemuConfig.h +++ b/src/config/CemuConfig.h @@ -378,7 +378,7 @@ struct CemuConfig #endif ConfigValue disable_screensaver{DISABLE_SCREENSAVER_DEFAULT}; #undef DISABLE_SCREENSAVER_DEFAULT - ConfigValue play_boot_sound{true}; + ConfigValue play_boot_sound{false}; std::vector game_paths; std::mutex game_cache_entries_mutex;