add config option to enable/disable boot sound, don't play during OSScreen section

This commit is contained in:
goeiecool9999 2023-12-17 11:40:19 +01:00
parent dc127e5e61
commit cab8a1f3c5
5 changed files with 20 additions and 3 deletions

View file

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