mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
OGL: Remove TCache::Entry usage in TextureConverter
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user