mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Warn if a new thread is intended to be run on the system CPU core until we implement correct scheduling for such a thread.
This commit is contained in:
		
							parent
							
								
									5217e3f873
								
							
						
					
					
						commit
						63be6aaadd
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -237,6 +237,11 @@ static Result CreateThread(u32 priority, u32 entry_point, u32 arg, u32 stack_top | |||
|         "threadpriority=0x%08X, processorid=0x%08X : created handle=0x%08X", entry_point, | ||||
|         name.c_str(), arg, stack_top, priority, processor_id, thread); | ||||
| 
 | ||||
|     if (THREADPROCESSORID_1 == processor_id) { | ||||
|         LOG_WARNING(Kernel_SVC, | ||||
|             "thread designated for system CPU core (UNIMPLEMENTED) will be run with app core scheduling"); | ||||
|     } | ||||
| 
 | ||||
|     return 0; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue