GS/HW: Don't mark 24bit alpha as valid on upgrade

This commit is contained in:
refractionpcsx2 2024-01-13 23:16:09 +00:00
parent c99a935831
commit d634088282

View File

@ -6023,8 +6023,6 @@ bool GSTextureCache::Target::HasValidBitsForFormat(u32 psm, bool req_color, bool
AddDirtyRectTarget(this, m_valid, m_TEX0.PSM, m_TEX0.TBW, mask, false);
alpha_valid = true; // This is going to get resolved going forward.
m_valid_alpha_low = true;
m_valid_alpha_high = true;
}
break;
}