mirror of https://github.com/PCSX2/pcsx2.git
spu2x: linux compilation fix.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4864 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
ae4bad0799
commit
60cec5a9b0
|
@ -41,6 +41,7 @@ endif(CMAKE_BUILD_TYPE STREQUAL Release)
|
|||
set(spu2xSources
|
||||
ADSR.cpp
|
||||
Debug.cpp
|
||||
DplIIdecoder.cpp
|
||||
Dma.cpp
|
||||
iconvert.cpp
|
||||
Lowpass.cpp
|
||||
|
|
|
@ -53,6 +53,8 @@ int SndOutLatencyMS = 300;
|
|||
int SynchMode = 0; // Time Stretch, Async or Disabled
|
||||
static u32 OutputAPI = 0;
|
||||
|
||||
int numSpeakers = 0;
|
||||
int dplLevel = 0;
|
||||
/*****************************************************************************/
|
||||
|
||||
void ReadSettings()
|
||||
|
|
Loading…
Reference in New Issue