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;