mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Add cross-platform "disable screen saver" setting (#497)
This commit is contained in:
parent
80b1c50b50
commit
4c697d3755
7 changed files with 65 additions and 7 deletions
|
@ -369,6 +369,7 @@ struct CemuConfig
|
|||
ConfigValue<bool> fullscreen_menubar{ false };
|
||||
ConfigValue<bool> fullscreen{ false };
|
||||
ConfigValue<std::string> proxy_server{};
|
||||
ConfigValue<bool> disable_screensaver{true};
|
||||
|
||||
std::vector<std::wstring> game_paths;
|
||||
std::mutex game_cache_entries_mutex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue