Skip to content

Commit

Permalink
disable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
goeiecool9999 committed Jan 15, 2024
1 parent 2cd6dbd commit a5aba28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/CemuConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a5aba28

Please sign in to comment.