mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Kernel: Remove the Redirection handle type.
This commit is contained in:
		
							parent
							
								
									dd8887c8cf
								
							
						
					
					
						commit
						29d809b6e1
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -35,7 +35,6 @@ enum class HandleType : u32 { | |||
|     Event, | ||||
|     Mutex, | ||||
|     SharedMemory, | ||||
|     Redirection, | ||||
|     Thread, | ||||
|     Process, | ||||
|     AddressArbiter, | ||||
|  | @ -93,7 +92,6 @@ public: | |||
| 
 | ||||
|         case HandleType::Unknown: | ||||
|         case HandleType::SharedMemory: | ||||
|         case HandleType::Redirection: | ||||
|         case HandleType::Process: | ||||
|         case HandleType::AddressArbiter: | ||||
|         case HandleType::ResourceLimit: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue