diff --git a/src/config/CemuConfig.h b/src/config/CemuConfig.h index 78dd0857..611be008 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;