pcsx2: remove unused variable

This commit is contained in:
Gregory Hainaut 2017-04-23 19:07:21 +02:00
parent 627212290e
commit 9d99889703
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
using namespace Threading;
using namespace R5900;
static GS_VideoMode s_ColorBurst = GS_VideoMode::Uninitialized;
__aligned16 u8 g_RealGSMem[Ps2MemSize::GSregs];
void gsOnModeChanged( Fixed100 framerate, u32 newTickrate )