mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-12 05:08:56 +02:00
System: Correct PrepareReschedule.
This commit is contained in:
parent
3230cfebb7
commit
e9b557b38e
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ bool System::IsPoweredOn() const {
|
|||
}
|
||||
|
||||
void System::PrepareReschedule() {
|
||||
CurrentCoreManager().PrepareReschedule();
|
||||
impl->CurrentPhysicalCore().Stop();
|
||||
}
|
||||
|
||||
void System::PrepareReschedule(const u32 core_index) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue