diff options
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index 5d4ecdce5..fd1bdcaf0 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -149,6 +149,9 @@ struct System::Impl { | |||
| 149 | 149 | ||
| 150 | device_memory = std::make_unique<Core::DeviceMemory>(system); | 150 | device_memory = std::make_unique<Core::DeviceMemory>(system); |
| 151 | 151 | ||
| 152 | kernel.SetMulticore(Settings::values.use_multi_core); | ||
| 153 | cpu_manager.SetMulticore(Settings::values.use_multi_core); | ||
| 154 | |||
| 152 | core_timing.Initialize([&system]() { system.RegisterHostThread(); }); | 155 | core_timing.Initialize([&system]() { system.RegisterHostThread(); }); |
| 153 | kernel.Initialize(); | 156 | kernel.Initialize(); |
| 154 | cpu_manager.Initialize(); | 157 | cpu_manager.Initialize(); |