Skip to content

Commit

Permalink
GS/HW: Don't mark 24bit alpha as valid on upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 committed Jan 13, 2024
1 parent 4b6ddaf commit cc8c004
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pcsx2/GS/Renderers/HW/GSTextureCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit cc8c004

Please sign in to comment.