diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-26 15:36:37 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-26 15:36:37 (GMT) |
commit | 8f4b980d44029e8077490fc259facafb45473ea6 (patch) | |
tree | d1043f465d4b68dad496e79c82b42218d05ad6da /abs/extra/mednafen/fix_build.diff | |
parent | 59aee5f62813dd69aa7a9896bf380d8828eaa855 (diff) | |
download | linhes_pkgbuild-8f4b980d44029e8077490fc259facafb45473ea6.zip linhes_pkgbuild-8f4b980d44029e8077490fc259facafb45473ea6.tar.gz linhes_pkgbuild-8f4b980d44029e8077490fc259facafb45473ea6.tar.bz2 |
mednafen: 0.8.D.3
Diffstat (limited to 'abs/extra/mednafen/fix_build.diff')
-rw-r--r-- | abs/extra/mednafen/fix_build.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/extra/mednafen/fix_build.diff b/abs/extra/mednafen/fix_build.diff deleted file mode 100644 index d91a6fa..0000000 --- a/abs/extra/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; - } - } |