mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: remove unused variable
This commit is contained in:
parent
627212290e
commit
9d99889703
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue