Skip to content

Commit

Permalink
GS: Fix Wunused-variable warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningterror committed Oct 19, 2023
1 parent f96e7a9 commit d945477
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pcsx2/GS/GSState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,6 @@ template <u32 prim, bool auto_flush, bool index_swap>
void GSState::GIFPackedRegHandlerSTQRGBAXYZ2(const GIFPackedReg* RESTRICT r, u32 size)
{
ASSERT(size > 0 && size % 3 == 0);
bool flushes_checked = false;

CheckFlushes();

Expand Down

0 comments on commit d945477

Please sign in to comment.