summaryrefslogtreecommitdiff
path: root/community/mednafen/fix_build.diff
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/mednafen/fix_build.diff
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/mednafen/fix_build.diff')
-rw-r--r--community/mednafen/fix_build.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/mednafen/fix_build.diff b/community/mednafen/fix_build.diff
new file mode 100644
index 000000000..d91a6faf4
--- /dev/null
+++ b/community/mednafen/fix_build.diff
@@ -0,0 +1,12 @@
+diff -ruN mednafen.orig//src/pcfx/soundbox.cpp mednafen/src/pcfx/soundbox.cpp
+--- mednafen.orig//src/pcfx/soundbox.cpp 2010-06-05 09:35:40.000000000 -0400
++++ mednafen/src/pcfx/soundbox.cpp 2010-06-05 09:35:55.000000000 -0400
+@@ -416,7 +416,7 @@
+ int rolloff = (int)((double)0.90 * 21477272 * 2 / 1365 / (1 << SampleFreq) ) / 2;
+ for(int ch = 0; ch < 2; ch++)
+ for(int lr = 0; lr < 2; lr++)
+- ADPCMSynth[ch][lr].treble_eq(blip_eq_t::blip_eq_t(-1000, rolloff, FSettings.SndRate));
++ ADPCMSynth[ch][lr].treble_eq(blip_eq_t(-1000, rolloff, FSettings.SndRate));
+ LSampleFreq = SampleFreq;
+ }
+ }