mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-03-15 02:04:49 +00:00
android: Disable RAM Overlay By Default
- TODO
This commit is contained in:
parent
b07751ed43
commit
8bf4660bac
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue