mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00: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