Browse Source

System: Correct PrepareReschedule.

Fernando Sahmkow 6 năm trước cách đây
mục cha
commit
de4b01f75d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/core/core.cpp

+ 1 - 1
src/core/core.cpp

@@ -415,7 +415,7 @@ bool System::IsPoweredOn() const {
 }
 
 void System::PrepareReschedule() {
-    CurrentCoreManager().PrepareReschedule();
+    impl->CurrentPhysicalCore().Stop();
 }
 
 void System::PrepareReschedule(const u32 core_index) {