mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-13 18:28:28 +12:00
add config option to enable/disable boot sound, don't play during OSScreen section
This commit is contained in:
parent
dc127e5e61
commit
cab8a1f3c5
5 changed files with 20 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue