|
|
@ -235,9 +235,9 @@ void Config::ReadValues() { |
|
|
Settings::values.async_presentation = |
|
|
Settings::values.async_presentation = |
|
|
config->GetBoolean("Renderer", "async_presentation", true); |
|
|
config->GetBoolean("Renderer", "async_presentation", true); |
|
|
|
|
|
|
|
|
// Enable force_max_clock by default on Android
|
|
|
|
|
|
|
|
|
// Disable force_max_clock by default on Android
|
|
|
Settings::values.renderer_force_max_clock = |
|
|
Settings::values.renderer_force_max_clock = |
|
|
config->GetBoolean("Renderer", "force_max_clock", true); |
|
|
|
|
|
|
|
|
config->GetBoolean("Renderer", "force_max_clock", false); |
|
|
|
|
|
|
|
|
// Disable use_reactive_flushing by default on Android
|
|
|
// Disable use_reactive_flushing by default on Android
|
|
|
Settings::values.use_reactive_flushing = |
|
|
Settings::values.use_reactive_flushing = |
|
|
|