From 1f2f855f36f6ea1daf9bab3d8ade1aa2cfed983d Mon Sep 17 00:00:00 2001 From: arcum42 Date: Thu, 18 Mar 2010 23:43:34 +0000 Subject: [PATCH] Get SoundTouch working in Linux again. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2737 96395faa-99c1-11dd-bbfe-3dabce05a288 --- 3rdparty/SoundTouch/SoundTouch.cbp | 1 + 3rdparty/SoundTouch/soundtouch_config.h | 7 +++++++ plugins/spu2-x/src/Linux/Config.cpp | 2 +- plugins/spu2-x/src/Windows/Config.cpp | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 3rdparty/SoundTouch/soundtouch_config.h diff --git a/3rdparty/SoundTouch/SoundTouch.cbp b/3rdparty/SoundTouch/SoundTouch.cbp index 00fcdbec23..fd5849934e 100644 --- a/3rdparty/SoundTouch/SoundTouch.cbp +++ b/3rdparty/SoundTouch/SoundTouch.cbp @@ -72,6 +72,7 @@ + diff --git a/3rdparty/SoundTouch/soundtouch_config.h b/3rdparty/SoundTouch/soundtouch_config.h new file mode 100644 index 0000000000..0a7f2b836e --- /dev/null +++ b/3rdparty/SoundTouch/soundtouch_config.h @@ -0,0 +1,7 @@ + +#ifndef SOUNDTOUCH_CONFIG_H_INCLUDED +#define SOUNDTOUCH_CONFIG_H_INCLUDED + + + +#endif // SOUNDTOUCH_CONFIG_H_INCLUDED diff --git a/plugins/spu2-x/src/Linux/Config.cpp b/plugins/spu2-x/src/Linux/Config.cpp index 13b9c75bf9..814943199e 100644 --- a/plugins/spu2-x/src/Linux/Config.cpp +++ b/plugins/spu2-x/src/Linux/Config.cpp @@ -38,7 +38,7 @@ int Interpolation = 1; 1. linear interpolation 2. cubic interpolation 3. hermite interpolation - 3. catmull-rom interpolation + 4. catmull-rom interpolation */ bool EffectsDisabled = false; diff --git a/plugins/spu2-x/src/Windows/Config.cpp b/plugins/spu2-x/src/Windows/Config.cpp index ab6945e39a..f3bd9412bf 100644 --- a/plugins/spu2-x/src/Windows/Config.cpp +++ b/plugins/spu2-x/src/Windows/Config.cpp @@ -33,7 +33,7 @@ int Interpolation = 1; 1. linear interpolation 2. cubic interpolation 3. hermite interpolation - 3. catmull-rom interpolation + 4. catmull-rom interpolation */ int ReverbBoost = 0; bool EffectsDisabled = false;