early-access version 2411
This commit is contained in:
parent
2e41bd5345
commit
d3391096b9
2 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 2409.
|
This is the source code for early-access 2411.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
|
|
@ -49,8 +49,6 @@ void KScheduler::RescheduleCores(KernelCore& kernel, u64 cores_pending_reschedul
|
||||||
if (!must_context_switch || core != current_core) {
|
if (!must_context_switch || core != current_core) {
|
||||||
auto& phys_core = kernel.PhysicalCore(core);
|
auto& phys_core = kernel.PhysicalCore(core);
|
||||||
phys_core.Interrupt();
|
phys_core.Interrupt();
|
||||||
} else {
|
|
||||||
must_context_switch = true;
|
|
||||||
}
|
}
|
||||||
cores_pending_reschedule &= ~(1ULL << core);
|
cores_pending_reschedule &= ~(1ULL << core);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue