GS/HW: Fix Wunused-variable warning.

This commit is contained in:
lightningterror 2023-09-28 16:54:51 +02:00
parent c8e4f9160c
commit bf5137ed6b
1 changed files with 0 additions and 1 deletions

View File

@ -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)
{