mirror of https://github.com/PCSX2/pcsx2.git
SPU2: remove unused variable
SPU2: remove unused variable
This commit is contained in:
parent
c1232136c2
commit
1a327a73a0
|
@ -41,8 +41,6 @@ int SampleRate = 48000;
|
|||
static bool IsOpened = false;
|
||||
static bool IsInitialized = false;
|
||||
|
||||
static u32 pClocks = 0;
|
||||
|
||||
u32 lClocks = 0;
|
||||
//static bool cpu_detected = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue