TextureCache: Drop unused parameter in backend API.

This commit is contained in:
degasus
2016-12-26 22:10:32 +01:00
parent 04f319066d
commit abf9bb170b
12 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -1320,7 +1320,7 @@ void TextureCacheBase::CopyRenderTargetToTexture(u32 dstAddr, unsigned int dstFo
entry->SetEfbCopy(dstStride);
entry->is_custom_tex = false;
entry->FromRenderTarget(dst, is_depth_copy, srcRect, scaleByHalf, cbufid, colmat);
entry->FromRenderTarget(is_depth_copy, srcRect, scaleByHalf, cbufid, colmat);
u64 hash = entry->CalculateHash();
entry->SetHashes(hash, hash);