mirror of https://github.com/PCSX2/pcsx2.git
GS/HW: Make sure RTA doesn't correct when it can't
This commit is contained in:
parent
a462c914fc
commit
20fa3b6af9
|
@ -5371,6 +5371,8 @@ __ri void GSRendererHW::DrawPrims(GSTextureCache::Target* rt, GSTextureCache::Ta
|
||||||
tex->m_texture = rt->m_texture;
|
tex->m_texture = rt->m_texture;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (!rt->m_rt_alpha_scale)
|
||||||
|
m_can_correct_alpha = std::max(blend_alpha_max, rt->m_alpha_max) <= 128;
|
||||||
|
|
||||||
m_conf.ps.rta_correction = rt->m_rt_alpha_scale;
|
m_conf.ps.rta_correction = rt->m_rt_alpha_scale;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue