X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fgp2x%2Fgp2x-sound.c;h=666aee107029b1e02cc553656e166690fd463df2;hp=e1888733038b923136847b861ee15dec62ec19d4;hb=0bb3fe122854be9af6c3024fef9f503d27bc63a1;hpb=d0f72c9ab3d6acf18f236970c1c359fafa3e1ce7 diff --git a/drivers/gp2x/gp2x-sound.c b/drivers/gp2x/gp2x-sound.c index e188873..666aee1 100644 --- a/drivers/gp2x/gp2x-sound.c +++ b/drivers/gp2x/gp2x-sound.c @@ -29,7 +29,7 @@ extern int soundvol; void WriteSound(int16 *Buffer, int Count) { gp2x_sound_write(Buffer, Count<<1); - SpeedThrottle(); +// SpeedThrottle(); } void SilenceSound(int n)