mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	kernel: added enum for known CurrentThread and CurrentProcess handles
This commit is contained in:
		
							parent
							
								
									96b2105524
								
							
						
					
					
						commit
						3d7693f75f
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -11,6 +11,11 @@ typedef s32 Result; | |||
| 
 | ||||
| namespace Kernel { | ||||
| 
 | ||||
| enum KernelHandle { | ||||
|     CurrentThread   = 0xFFFF8000, | ||||
|     CurrentProcess  = 0xFFFF8001, | ||||
| }; | ||||
| 
 | ||||
| enum class HandleType : u32 { | ||||
|     Unknown         = 0, | ||||
|     Port            = 1, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue