Skip to content

Commit

Permalink
spu2x: linux compilation fix.
Browse files Browse the repository at this point in the history
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4864 96395faa-99c1-11dd-bbfe-3dabce05a288
  • Loading branch information
gregory.hainaut committed Aug 11, 2011
1 parent ae4bad0 commit 60cec5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/spu2-x/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ endif(CMAKE_BUILD_TYPE STREQUAL Release)
set(spu2xSources
ADSR.cpp
Debug.cpp
DplIIdecoder.cpp
Dma.cpp
iconvert.cpp
Lowpass.cpp
Expand Down
2 changes: 2 additions & 0 deletions plugins/spu2-x/src/Linux/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 60cec5a

Please sign in to comment.