mirror of https://github.com/PCSX2/pcsx2.git
GS/HW: Preload whole target on match
This commit is contained in:
parent
ce5e66a2d5
commit
a272d99335
|
@ -2467,8 +2467,7 @@ bool GSTextureCache::PreloadTarget(GIFRegTEX0 TEX0, const GSVector2i& size, cons
|
||||||
if (!eerect.rempty())
|
if (!eerect.rempty())
|
||||||
{
|
{
|
||||||
GL_INS("Preloading the RT DATA from updated GS Memory");
|
GL_INS("Preloading the RT DATA from updated GS Memory");
|
||||||
eerect = eerect.rintersect(newrect);
|
AddDirtyRectTarget(dst, newrect, TEX0.PSM, TEX0.TBW, rgba, GSLocalMemory::m_psm[TEX0.PSM].trbpp >= 16);
|
||||||
AddDirtyRectTarget(dst, eerect, TEX0.PSM, TEX0.TBW, rgba, GSLocalMemory::m_psm[TEX0.PSM].trbpp >= 16);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue