spu2x: linux compilation fix.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4864 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut 2011-08-11 17:36:44 +00:00
parent ae4bad0799
commit 60cec5a9b0
2 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@ endif(CMAKE_BUILD_TYPE STREQUAL Release)
set(spu2xSources
ADSR.cpp
Debug.cpp
DplIIdecoder.cpp
Dma.cpp
iconvert.cpp
Lowpass.cpp

View File

@ -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()