diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-05-28 05:45:55 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-05-28 05:45:55 +0000 |
commit | 4d22176132f4a830ab0cc510dabbc9f8c1c362ea (patch) | |
tree | 9f97e7a21013e7ed7de7edb5426650be3a7b73e3 /community/mednafen | |
parent | 33feb015eb09eee76827f359e685fce981d88111 (diff) |
Sat May 28 05:45:54 UTC 2011
Diffstat (limited to 'community/mednafen')
-rw-r--r-- | community/mednafen/fix_build.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/mednafen/fix_build.diff b/community/mednafen/fix_build.diff deleted file mode 100644 index d91a6faf4..000000000 --- a/community/mednafen/fix_build.diff +++ /dev/null @@ -1,12 +0,0 @@ -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; - } - } |