mirror of https://github.com/PCSX2/pcsx2.git
These variables shouldn't be static.
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@624 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
c32940f989
commit
db3207ee57
|
@ -31,8 +31,8 @@ PCSX2_ALIGNED16( static u64 g_globalMMXData[8] );
|
||||||
PCSX2_ALIGNED16( static u64 g_globalXMMData[2*XMMREGS] );
|
PCSX2_ALIGNED16( static u64 g_globalXMMData[2*XMMREGS] );
|
||||||
|
|
||||||
// performance counter vars.
|
// performance counter vars.
|
||||||
static LARGE_INTEGER lbase = {0}, lfinal = {0};
|
LARGE_INTEGER lbase = {0}, lfinal = {0};
|
||||||
static u32 s_pCurBlock_ltime;
|
u32 s_pCurBlock_ltime;
|
||||||
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue