mirror of https://github.com/PCSX2/pcsx2.git
GS: Fix Wunused-variable warning.
This commit is contained in:
parent
f96e7a9156
commit
d945477369
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue