mirror of https://github.com/PCSX2/pcsx2.git
GS/HW: Fix Wunused-variable warning.
This commit is contained in:
parent
c8e4f9160c
commit
bf5137ed6b
|
@ -5796,7 +5796,6 @@ bool GSRendererHW::DetectDoubleHalfClear(bool& no_rt, bool& no_ds)
|
|||
else
|
||||
end_block = GSLocalMemory::GetUnwrappedEndBlockAddress(tgt->m_TEX0.TBP0, (m_cached_ctx.FRAME.FBW == (tgt->m_TEX0.TBW / 2)) ? tgt->m_TEX0.TBW : m_cached_ctx.FRAME.FBW, tgt->m_TEX0.PSM, target_rect);
|
||||
}
|
||||
const int ctx = next_ctx;
|
||||
|
||||
if (tgt)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue