mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-02-19 01:15:45 +00:00
android: Disable RAM Overlay By Default
- TODO
This commit is contained in:
parent
b07751ed43
commit
8bf4660bac
@ -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…
x
Reference in New Issue
Block a user