diff options
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index 0961c0819..1a2002dec 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -159,7 +159,7 @@ struct System::Impl { | |||
| 159 | device_memory = std::make_unique<Core::DeviceMemory>(); | 159 | device_memory = std::make_unique<Core::DeviceMemory>(); |
| 160 | 160 | ||
| 161 | is_multicore = Settings::values.use_multi_core.GetValue(); | 161 | is_multicore = Settings::values.use_multi_core.GetValue(); |
| 162 | is_async_gpu = is_multicore || Settings::values.use_asynchronous_gpu_emulation.GetValue(); | 162 | is_async_gpu = Settings::values.use_asynchronous_gpu_emulation.GetValue(); |
| 163 | 163 | ||
| 164 | kernel.SetMulticore(is_multicore); | 164 | kernel.SetMulticore(is_multicore); |
| 165 | cpu_manager.SetMulticore(is_multicore); | 165 | cpu_manager.SetMulticore(is_multicore); |
| @@ -307,7 +307,6 @@ struct System::Impl { | |||
| 307 | service_manager.reset(); | 307 | service_manager.reset(); |
| 308 | cheat_engine.reset(); | 308 | cheat_engine.reset(); |
| 309 | telemetry_session.reset(); | 309 | telemetry_session.reset(); |
| 310 | device_memory.reset(); | ||
| 311 | 310 | ||
| 312 | // Close all CPU/threading state | 311 | // Close all CPU/threading state |
| 313 | cpu_manager.Shutdown(); | 312 | cpu_manager.Shutdown(); |