mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	kernel: fix single core
This commit is contained in:
		
							parent
							
								
									52e6b8a2d3
								
							
						
					
					
						commit
						1d731dd1ff
					
				| @ -139,7 +139,7 @@ void PhysicalCore::RunThread(Kernel::KThread* thread) { | ||||
|         } | ||||
| 
 | ||||
|         // Handle external interrupt sources.
 | ||||
|         if (interrupt || !m_is_single_core) { | ||||
|         if (interrupt || m_is_single_core) { | ||||
|             return; | ||||
|         } | ||||
|     } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user