mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 22:07:56 -05:00
Kernel: Preempt Single core on redudant yields.
This commit is contained in:
@ -642,6 +642,10 @@ void KernelCore::Suspend(bool in_suspention) {
|
||||
}
|
||||
}
|
||||
|
||||
bool KernelCore::IsMulticore() const {
|
||||
return impl->is_multicore;
|
||||
}
|
||||
|
||||
void KernelCore::ExceptionalExit() {
|
||||
exception_exited = true;
|
||||
Suspend(true);
|
||||
|
Reference in New Issue
Block a user