summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2020-01-26 14:32:50 -0400
committerGravatar Fernando Sahmkow2020-01-26 14:32:50 -0400
commitde4b01f75df19c1674a2b4424b4f0d8060829844 (patch)
tree689e812a14f928ddbd7b07dc26949ddea4938806 /src/core/core.cpp
parentKernel: Remove a few global instances from the kernel. (diff)
downloadyuzu-de4b01f75df19c1674a2b4424b4f0d8060829844.tar.gz
yuzu-de4b01f75df19c1674a2b4424b4f0d8060829844.tar.xz
yuzu-de4b01f75df19c1674a2b4424b4f0d8060829844.zip
System: Correct PrepareReschedule.
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r--src/core/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index bfe952515..c2295f69c 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -415,7 +415,7 @@ bool System::IsPoweredOn() const {
415} 415}
416 416
417void System::PrepareReschedule() { 417void System::PrepareReschedule() {
418 CurrentCoreManager().PrepareReschedule(); 418 impl->CurrentPhysicalCore().Stop();
419} 419}
420 420
421void System::PrepareReschedule(const u32 core_index) { 421void System::PrepareReschedule(const u32 core_index) {