disable by default

This commit is contained in:
goeiecool9999 2024-01-15 11:11:04 +01:00
parent 2cd6dbd9b7
commit a5aba28673

View file

@ -378,7 +378,7 @@ struct CemuConfig
#endif
ConfigValue<bool> disable_screensaver{DISABLE_SCREENSAVER_DEFAULT};
#undef DISABLE_SCREENSAVER_DEFAULT
ConfigValue<bool> play_boot_sound{true};
ConfigValue<bool> play_boot_sound{false};
std::vector<std::string> game_paths;
std::mutex game_cache_entries_mutex;