mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 18:15:38 +01:00
Merge pull request #12317 from liamwhite/sc-fix
kernel: fix single core
This commit is contained in:
commit
62586c1676
@ -139,7 +139,7 @@ void PhysicalCore::RunThread(Kernel::KThread* thread) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Handle external interrupt sources.
|
// Handle external interrupt sources.
|
||||||
if (interrupt || !m_is_single_core) {
|
if (interrupt || m_is_single_core) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user