mirror of https://github.com/PCSX2/pcsx2.git
gs-hw-tc: set scale in missing create source path.
This commit is contained in:
parent
73eea20fcc
commit
110b7df4d5
|
@ -1290,6 +1290,7 @@ GSTextureCache::Source* GSTextureCache::CreateSource(const GIFRegTEX0& TEX0, con
|
|||
src->m_from_target = &dst->m_texture;
|
||||
src->m_from_target_TEX0 = dst->m_TEX0;
|
||||
src->m_end_block = dst->m_end_block;
|
||||
src->m_texture->SetScale(dst->m_texture->GetScale());
|
||||
|
||||
// Even if we sample the framebuffer directly we might need the palette
|
||||
// to handle the format conversion on GPU
|
||||
|
|
Loading…
Reference in New Issue