diff options
| -rw-r--r-- | src/core/hle/kernel/physical_core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/physical_core.cpp b/src/core/hle/kernel/physical_core.cpp index 7fa8e2a85..0f45a3249 100644 --- a/src/core/hle/kernel/physical_core.cpp +++ b/src/core/hle/kernel/physical_core.cpp | |||
| @@ -139,7 +139,7 @@ void PhysicalCore::RunThread(Kernel::KThread* thread) { | |||
| 139 | } | 139 | } |
| 140 | 140 | ||
| 141 | // Handle external interrupt sources. | 141 | // Handle external interrupt sources. |
| 142 | if (interrupt || !m_is_single_core) { | 142 | if (interrupt || m_is_single_core) { |
| 143 | return; | 143 | return; |
| 144 | } | 144 | } |
| 145 | } | 145 | } |