mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	ipc: fix typo
This commit is contained in:
		
							parent
							
								
									0a4d338ffa
								
							
						
					
					
						commit
						dce26367a2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -45,7 +45,7 @@ using Kernel::ERR_INVALID_BUFFER_DESCRIPTOR; | |||
| constexpr auto ERR_INVALID_HANDLE = Kernel::ERR_INVALID_HANDLE_OS; | ||||
| 
 | ||||
| enum DescriptorType : u32 { | ||||
|     // Buffer related desciptors types (mask : 0x0F)
 | ||||
|     // Buffer related descriptors types (mask : 0x0F)
 | ||||
|     StaticBuffer = 0x02, | ||||
|     PXIBuffer = 0x04, | ||||
|     MappedBuffer = 0x08, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue