diff --git a/src/core/settings.cpp b/src/core/settings.cpp index 38f0789a02..64a3c69d37 100644 --- a/src/core/settings.cpp +++ b/src/core/settings.cpp @@ -186,8 +186,7 @@ void RestoreGlobalState() { void Sanitize() { values.use_asynchronous_gpu_emulation.SetValue( - values.use_asynchronous_gpu_emulation.GetValue() || - values.use_multi_core.GetValue()); + values.use_asynchronous_gpu_emulation.GetValue() || values.use_multi_core.GetValue()); } } // namespace Settings