mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #1434 from Kloen/legend
Add THREADPROCESSORID_ALL on SVC::CreateThread
This commit is contained in:
		
						commit
						ea0ca17215
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -486,6 +486,7 @@ static ResultCode CreateThread(Handle* out_handle, s32 priority, u32 entry_point | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     switch (processor_id) { |     switch (processor_id) { | ||||||
|  |     case THREADPROCESSORID_ALL: | ||||||
|     case THREADPROCESSORID_DEFAULT: |     case THREADPROCESSORID_DEFAULT: | ||||||
|     case THREADPROCESSORID_0: |     case THREADPROCESSORID_0: | ||||||
|     case THREADPROCESSORID_1: |     case THREADPROCESSORID_1: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue