mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 15:00:02 +00:00
System: Correct PrepareReschedule.
This commit is contained in:
parent
a1630ab53e
commit
de4b01f75d
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ bool System::IsPoweredOn() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
void System::PrepareReschedule() {
|
void System::PrepareReschedule() {
|
||||||
CurrentCoreManager().PrepareReschedule();
|
impl->CurrentPhysicalCore().Stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
void System::PrepareReschedule(const u32 core_index) {
|
void System::PrepareReschedule(const u32 core_index) {
|
||||||
|
|
Loading…
Reference in a new issue