Skip to content

Commit

Permalink
GS/HW: Fix Wunused-variable warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningterror committed Sep 28, 2023
1 parent c8e4f91 commit bf5137e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pcsx2/GS/Renderers/HW/GSRendererHW.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit bf5137e

Please sign in to comment.