mirror of
https://codeberg.org/yuzu-emu/yuzu.git
synced 2025-12-16 03:58:54 +00:00
android: Disable RAM Overlay By Default
- TODO
This commit is contained in:
parent
fb8c9af17f
commit
2f12e15322
@ -70,7 +70,7 @@ struct Values {
|
||||
Settings::Category::Overlay};
|
||||
Settings::Setting<bool> show_thermal_overlay{linkage, true, "show_thermal_overlay",
|
||||
Settings::Category::Overlay};
|
||||
Settings::Setting<bool> show_ram_overlay{linkage, true, "show_ram_overlay",
|
||||
Settings::Setting<bool> show_ram_overlay{linkage, false, "show_ram_overlay",
|
||||
Settings::Category::Overlay};
|
||||
Settings::Setting<bool> show_input_overlay{linkage, true, "show_input_overlay",
|
||||
Settings::Category::Overlay};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user