mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-10-31 12:02:48 +00:00 
			
		
		
		
	Merge pull request #2372 from FernandoS27/fermi-fix
Correct Fermi Copy on Linear Textures.
This commit is contained in:
		
						commit
						0371650bd7
					
				| @ -266,6 +266,10 @@ std::size_t SurfaceParams::InnerMemorySize(bool force_gl, bool layer_only, | ||||
|     params.component_type = ComponentTypeFromRenderTarget(config.format); | ||||
|     params.type = GetFormatType(params.pixel_format); | ||||
|     params.width = config.width; | ||||
|     if (!params.is_tiled) { | ||||
|         const u32 bpp = params.GetFormatBpp() / 8; | ||||
|         params.pitch = config.width * bpp; | ||||
|     } | ||||
|     params.height = config.height; | ||||
|     params.unaligned_height = config.height; | ||||
|     params.target = SurfaceTarget::Texture2D; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei