fix stored memory stride for normal textures
This commit is contained in:
parent
5e54290271
commit
a21ac22e07
|
@ -823,6 +823,7 @@ TextureCacheBase::TCacheEntry* TextureCacheBase::Load(const u32 stage)
|
||||||
entry->SetHashes(base_hash, full_hash);
|
entry->SetHashes(base_hash, full_hash);
|
||||||
entry->is_efb_copy = false;
|
entry->is_efb_copy = false;
|
||||||
entry->is_custom_tex = hires_tex != nullptr;
|
entry->is_custom_tex = hires_tex != nullptr;
|
||||||
|
entry->memory_stride = entry->BytesPerRow();
|
||||||
|
|
||||||
std::string basename = "";
|
std::string basename = "";
|
||||||
if (g_ActiveConfig.bDumpTextures && !hires_tex)
|
if (g_ActiveConfig.bDumpTextures && !hires_tex)
|
||||||
|
|
Loading…
Reference in New Issue