[android] Fix charging indicator and dynamic state setting #36
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ struct Values {
|
||||||
SwitchableSetting<bool> use_asynchronous_shaders{linkage, false, "use_asynchronous_shaders",
|
SwitchableSetting<bool> use_asynchronous_shaders{linkage, false, "use_asynchronous_shaders",
|
||||||
Category::RendererAdvanced};
|
Category::RendererAdvanced};
|
||||||
SwitchableSetting<bool> use_fast_gpu_time{linkage,
|
SwitchableSetting<bool> use_fast_gpu_time{linkage,
|
||||||
false,
|
true,
|
||||||
"use_fast_gpu_time",
|
"use_fast_gpu_time",
|
||||||
Category::RendererAdvanced,
|
Category::RendererAdvanced,
|
||||||
Specialization::Paired,
|
Specialization::Paired,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue