public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/mednafen/files: mednafen-0.8.12-gcc45.patch
@ 2010-05-24  9:40 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-05-24  9:40 UTC (permalink / raw
  To: gentoo-commits

tupone      10/05/24 09:40:42

  Added:                mednafen-0.8.12-gcc45.patch
  Log:
  Build with gcc-4.5 Bug #321009
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.1                  games-emulation/mednafen/files/mednafen-0.8.12-gcc45.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/files/mednafen-0.8.12-gcc45.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/files/mednafen-0.8.12-gcc45.patch?rev=1.1&content-type=text/plain

Index: mednafen-0.8.12-gcc45.patch
===================================================================
--- src/pce/adpcm.cpp.old	2010-05-24 11:12:19.000000000 +0200
+++ src/pce/adpcm.cpp	2010-05-24 11:12:40.000000000 +0200
@@ -244,12 +244,12 @@
           if(f >= 14)
           {
            int rolloff = (int)((((double)32087.5 / (16 - f)) / 2) * 0.70);
-           ADPCMSynth.treble_eq( blip_eq_t::blip_eq_t(-1000, rolloff, FSettings.SndRate));
+           ADPCMSynth.treble_eq( blip_eq_t(-1000, rolloff, FSettings.SndRate));
           }
           else
           {
            int rolloff = (int)((((double)32087.5 / (16 - f)) / 2) * 0.80);
-           ADPCMSynth.treble_eq( blip_eq_t::blip_eq_t(-1000, rolloff, FSettings.SndRate));
+           ADPCMSynth.treble_eq( blip_eq_t(-1000, rolloff, FSettings.SndRate));
           }
          }
 }
--- src/pcfx/soundbox.cpp.old	2010-05-24 11:15:20.000000000 +0200
+++ src/pcfx/soundbox.cpp	2010-05-24 11:15:36.000000000 +0200
@@ -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;
  }
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/mednafen/files: mednafen-0.8.12-gcc45.patch
@ 2011-01-10 20:35 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-01-10 20:35 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/01/10 20:35:06

  Removed:              mednafen-0.8.12-gcc45.patch
  Log:
  old
  
  (Portage version: 2.1.9.25/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-10 20:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 20:35 [gentoo-commits] gentoo-x86 commit in games-emulation/mednafen/files: mednafen-0.8.12-gcc45.patch Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-24  9:40 Alfredo Tupone (tupone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox