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 40eea297e..3393c33eb 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -151,7 +151,6 @@ struct System::Impl { | |||
| 151 | cpu_manager.SetMulticore(is_multicore); | 151 | cpu_manager.SetMulticore(is_multicore); |
| 152 | cpu_manager.SetAsyncGpu(is_async_gpu); | 152 | cpu_manager.SetAsyncGpu(is_async_gpu); |
| 153 | core_timing.SetMulticore(is_multicore); | 153 | core_timing.SetMulticore(is_multicore); |
| 154 | cpu_manager.SetRenderWindow(emu_window); | ||
| 155 | 154 | ||
| 156 | core_timing.Initialize([&system]() { system.RegisterHostThread(); }); | 155 | core_timing.Initialize([&system]() { system.RegisterHostThread(); }); |
| 157 | kernel.Initialize(); | 156 | kernel.Initialize(); |
| @@ -435,7 +434,7 @@ bool System::IsPoweredOn() const { | |||
| 435 | } | 434 | } |
| 436 | 435 | ||
| 437 | void System::PrepareReschedule() { | 436 | void System::PrepareReschedule() { |
| 438 | //impl->CurrentPhysicalCore().Stop(); | 437 | // impl->CurrentPhysicalCore().Stop(); |
| 439 | } | 438 | } |
| 440 | 439 | ||
| 441 | void System::PrepareReschedule(const u32 core_index) { | 440 | void System::PrepareReschedule(const u32 core_index) { |