mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Kernel: Add CodeSet case to Object::IsWaitable
This commit is contained in:
		
							parent
							
								
									e608fc638f
								
							
						
					
					
						commit
						d4f35fd989
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -86,6 +86,7 @@ public: | |||
|         case HandleType::Process: | ||||
|         case HandleType::AddressArbiter: | ||||
|         case HandleType::ResourceLimit: | ||||
|         case HandleType::CodeSet: | ||||
|             return false; | ||||
|         } | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue