mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-10 00:41:19 +12:00
disable by default
This commit is contained in:
parent
2cd6dbd9b7
commit
a5aba28673
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ struct CemuConfig
|
||||||
#endif
|
#endif
|
||||||
ConfigValue<bool> disable_screensaver{DISABLE_SCREENSAVER_DEFAULT};
|
ConfigValue<bool> disable_screensaver{DISABLE_SCREENSAVER_DEFAULT};
|
||||||
#undef 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::vector<std::string> game_paths;
|
||||||
std::mutex game_cache_entries_mutex;
|
std::mutex game_cache_entries_mutex;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue