mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	Merge pull request #6218 from lioncash/tcache
texture_cache/util: Fix src being used instead of dst within DeduceBlitImages case
This commit is contained in:
		
						commit
						8cdd86fa25
					
				| @ -1139,7 +1139,7 @@ void DeduceBlitImages(ImageInfo& dst_info, ImageInfo& src_info, const ImageBase* | ||||
|         dst_info.format = src->info.format; | ||||
|     } | ||||
|     if (!src && dst && GetFormatType(dst->info.format) != SurfaceType::ColorTexture) { | ||||
|         src_info.format = src->info.format; | ||||
|         src_info.format = dst->info.format; | ||||
|     } | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user