mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	kernel: changed current default thread priority back to 0x30 - I think this is more correct
This commit is contained in:
		
							parent
							
								
									9ece9da50d
								
							
						
					
					
						commit
						ce1c561278
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -151,7 +151,7 @@ bool LoadExec(u32 entry_point) { | |||
|     Core::g_app_core->SetPC(entry_point); | ||||
| 
 | ||||
|     // 0x30 is the typical main thread priority I've seen used so far
 | ||||
|     g_main_thread = Kernel::SetupMainThread(THREADPRIO_DEFAULT); | ||||
|     g_main_thread = Kernel::SetupMainThread(0x30); | ||||
| 
 | ||||
|     return true; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue