X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fgp2x%2Fgp2x-sound.c;h=666aee107029b1e02cc553656e166690fd463df2;hb=282becab483a0e14ab9d59e659e190f962947220;hp=cb5e0d92da661617ac13f3b10c1ec6c7d98462c9;hpb=989672f4f2b4b4b2b373271374e6546546091c10;p=fceu.git diff --git a/drivers/gp2x/gp2x-sound.c b/drivers/gp2x/gp2x-sound.c index cb5e0d9..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) @@ -56,7 +56,7 @@ uint32 GetWriteSound(void) int KillSound(void) { - FCEUI_Sound(0); + //FCEUI_Sound(0); return 1; }