mirror of https://github.com/PCSX2/pcsx2.git
GS/HW: Don't mark 24bit alpha as valid on upgrade
This commit is contained in:
parent
c99a935831
commit
d634088282
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue