OGL: Remove TCache::Entry usage in TextureConverter

This commit is contained in:
degasus
2015-10-29 08:42:30 +01:00
parent 3df344ed38
commit 495902787c
3 changed files with 12 additions and 8 deletions

View File

@ -272,7 +272,11 @@ void TextureCache::TCacheEntry::FromRenderTarget(u8* dstPointer, unsigned int ds
{
TextureConverter::EncodeToRamFromTexture(
dstPointer,
this,
format,
native_width,
BytesPerRow(),
NumBlocksY(),
memory_stride,
read_texture,
srcFormat == PEControl::Z24,
isIntensity,