mirror of https://github.com/PCSX2/pcsx2.git
GS: Fix Wunused-variable warnings.
This commit is contained in:
parent
f6e7bba354
commit
0e94211ff1
|
@ -2109,8 +2109,6 @@ void GSState::ReadFIFO(u8* mem, int size)
|
|||
|
||||
void GSState::ReadLocalMemoryUnsync(u8* mem, int qwc, GIFRegBITBLTBUF BITBLTBUF, GIFRegTRXPOS TRXPOS, GIFRegTRXREG TRXREG)
|
||||
{
|
||||
const int sx = TRXPOS.SSAX;
|
||||
const int sy = TRXPOS.SSAY;
|
||||
const int w = TRXREG.RRW;
|
||||
const int h = TRXREG.RRH;
|
||||
|
||||
|
|
Loading…
Reference in New Issue