diff options
| -rw-r--r-- | src/core/settings.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/settings.cpp b/src/core/settings.cpp index 38f0789a0..64a3c69d3 100644 --- a/src/core/settings.cpp +++ b/src/core/settings.cpp | |||
| @@ -186,8 +186,7 @@ void RestoreGlobalState() { | |||
| 186 | 186 | ||
| 187 | void Sanitize() { | 187 | void Sanitize() { |
| 188 | values.use_asynchronous_gpu_emulation.SetValue( | 188 | values.use_asynchronous_gpu_emulation.SetValue( |
| 189 | values.use_asynchronous_gpu_emulation.GetValue() || | 189 | values.use_asynchronous_gpu_emulation.GetValue() || values.use_multi_core.GetValue()); |
| 190 | values.use_multi_core.GetValue()); | ||
| 191 | } | 190 | } |
| 192 | 191 | ||
| 193 | } // namespace Settings | 192 | } // namespace Settings |