Browse Source

clang-format

nce_cpp
lat9nq 6 years ago
parent
commit
ca132f7dfb
  1. 3
      src/core/settings.cpp

3
src/core/settings.cpp

@ -186,8 +186,7 @@ void RestoreGlobalState() {
void Sanitize() { void Sanitize() {
values.use_asynchronous_gpu_emulation.SetValue( 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 } // namespace Settings
Loading…
Cancel
Save