mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
GS: Allow full dirty rect on zero age targets.
Allows EE->GS transfers to invalidate targets updated in the current draw to be invalidated if they are fully overwritten by the transfer.
This commit is contained in:
@@ -137,10 +137,6 @@ bool GSTextureCache::FullRectDirty(Target* target, u32 rgba_mask)
|
||||
|
||||
bool GSTextureCache::FullRectDirty(Target* target)
|
||||
{
|
||||
// Why?
|
||||
if (target->m_age == 0)
|
||||
return false;
|
||||
|
||||
return FullRectDirty(target, GSUtil::GetChannelMask(target->m_TEX0.PSM));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user