mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 22:00:05 +00:00 
			
		
		
		
	remove semicolon
This commit is contained in:
		
							parent
							
								
									a131f9eb74
								
							
						
					
					
						commit
						00c798991c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -63,7 +63,7 @@ struct HostTextureTag { | ||||||
|     bool operator==(const HostTextureTag& rhs) const noexcept { |     bool operator==(const HostTextureTag& rhs) const noexcept { | ||||||
|         return std::tie(internal_format, format, width, height) == |         return std::tie(internal_format, format, width, height) == | ||||||
|                std::tie(rhs.internal_format, rhs.format, rhs.width, rhs.height); |                std::tie(rhs.internal_format, rhs.format, rhs.width, rhs.height); | ||||||
|     }; |     } | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| struct TextureCubeConfig { | struct TextureCubeConfig { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue