summaryrefslogtreecommitdiffstats
path: root/abs/extra/mednafen/fix_build.diff
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-06 02:52:59 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-06 02:52:59 (GMT)
commit99f6ea650c21d8afd5a406dec7101534e9c8ebcb (patch)
tree8934fb835f10b9cffd7f4fbc6e4551fa277cfca7 /abs/extra/mednafen/fix_build.diff
parent323200fe791ab3f7caf509051d8054fcfcdfce9c (diff)
downloadlinhes_pkgbuild-99f6ea650c21d8afd5a406dec7101534e9c8ebcb.zip
linhes_pkgbuild-99f6ea650c21d8afd5a406dec7101534e9c8ebcb.tar.gz
linhes_pkgbuild-99f6ea650c21d8afd5a406dec7101534e9c8ebcb.tar.bz2
mednafen:bumped to latest
Diffstat (limited to 'abs/extra/mednafen/fix_build.diff')
-rw-r--r--abs/extra/mednafen/fix_build.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra/mednafen/fix_build.diff b/abs/extra/mednafen/fix_build.diff
new file mode 100644
index 0000000..d91a6fa
--- /dev/null
+++ b/abs/extra/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;
+ }
+ }