lat9nq %!s(int64=6) %!d(string=hai) anos
pai
achega
a683e42516
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/core/settings.cpp

+ 1 - 2
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