mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 00:47:49 +00:00
yuzu: Simplify broken Vulkan handling
This commit is contained in:
parent
6972bcd946
commit
27848d6052
9 changed files with 65 additions and 115 deletions
|
@ -78,7 +78,7 @@ struct Values {
|
|||
Settings::Setting<bool> mute_when_in_background{false, "muteWhenInBackground"};
|
||||
Settings::Setting<bool> hide_mouse{true, "hideInactiveMouse"};
|
||||
// Set when Vulkan is known to crash the application
|
||||
Settings::Setting<bool> has_broken_vulkan{false, "has_broken_vulkan"};
|
||||
bool has_broken_vulkan = false;
|
||||
|
||||
Settings::Setting<bool> select_user_on_boot{false, "select_user_on_boot"};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue