mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +12:00
Merge branch 'main' into metal
This commit is contained in:
commit
41ee2e75ae
36 changed files with 469 additions and 203 deletions
|
@ -414,7 +414,8 @@ struct CemuConfig
|
|||
Vector2i pad_size{ -1,-1 };
|
||||
ConfigValue<bool> pad_maximized;
|
||||
|
||||
ConfigValue<bool> check_update{false};
|
||||
ConfigValue<bool> check_update{true};
|
||||
ConfigValue<bool> receive_untested_updates{false};
|
||||
ConfigValue<bool> save_screenshot{true};
|
||||
|
||||
ConfigValue<bool> did_show_vulkan_warning{false};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue