mirror of https://github.com/PCSX2/pcsx2.git
GS-hw: Fix Wunused-variable warning.
This commit is contained in:
parent
ae772e6a74
commit
59b0c09443
|
@ -5572,7 +5572,6 @@ void GSRendererHW::ReplaceVerticesWithSprite(const GSVector4i& unscaled_rect, co
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
const float th = static_cast<float>(1 << m_cached_ctx.TEX0.TH);
|
|
||||||
const GSVector4 st = GSVector4(unscaled_uv_rect) / GSVector4(GSVector4i(unscaled_size).xyxy());
|
const GSVector4 st = GSVector4(unscaled_uv_rect) / GSVector4(GSVector4i(unscaled_size).xyxy());
|
||||||
GSVector4::storel(&v[0].ST.S, st);
|
GSVector4::storel(&v[0].ST.S, st);
|
||||||
GSVector4::storeh(&v[1].ST.S, st);
|
GSVector4::storeh(&v[1].ST.S, st);
|
||||||
|
|
Loading…
Reference in New Issue