Skip to content

Commit

Permalink
GS/HW: Update Shufflemove RTA.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningterror committed Mar 2, 2024
1 parent 46f540e commit 2674681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/GS/Renderers/HW/GSTextureCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3870,7 +3870,7 @@ bool GSTextureCache::ShuffleMove(u32 BP, u32 BW, u32 PSM, int sx, int sy, int dx

if (tgt->m_rt_alpha_scale)
{
if (read_ba || write_rg)
if (!read_ba || write_rg)
tgt->RTADecorrect(tgt);
}

Expand Down

0 comments on commit 2674681

Please sign in to comment.