mirror of https://github.com/PCSX2/pcsx2.git
GS/TC: Update source age on HW move
This commit is contained in:
parent
a472a95945
commit
1248858303
|
@ -5452,6 +5452,8 @@ void GSTextureCache::Target::Update()
|
|||
|
||||
void GSTextureCache::Target::UpdateIfDirtyIntersects(const GSVector4i& rc)
|
||||
{
|
||||
m_age = 0;
|
||||
|
||||
for (auto& dirty : m_dirty)
|
||||
{
|
||||
const GSVector4i dirty_rc(dirty.GetDirtyRect(m_TEX0));
|
||||
|
|
Loading…
Reference in New Issue