diff options
| author | 2020-01-26 14:32:50 -0400 | |
|---|---|---|
| committer | 2020-01-26 14:32:50 -0400 | |
| commit | de4b01f75df19c1674a2b4424b4f0d8060829844 (patch) | |
| tree | 689e812a14f928ddbd7b07dc26949ddea4938806 /src/core/core.cpp | |
| parent | Kernel: Remove a few global instances from the kernel. (diff) | |
| download | yuzu-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.cpp | 2 |
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 | ||
| 417 | void System::PrepareReschedule() { | 417 | void System::PrepareReschedule() { |
| 418 | CurrentCoreManager().PrepareReschedule(); | 418 | impl->CurrentPhysicalCore().Stop(); |
| 419 | } | 419 | } |
| 420 | 420 | ||
| 421 | void System::PrepareReschedule(const u32 core_index) { | 421 | void System::PrepareReschedule(const u32 core_index) { |