TextureCache: Drop unused parameter in backend API.

This commit is contained in:
degasus
2016-12-26 21:33:57 +01:00
parent 04f319066d
commit abf9bb170b
12 changed files with 27 additions and 27 deletions

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);