X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fgp2x%2Fgp2x-sound.c;h=e1888733038b923136847b861ee15dec62ec19d4;hp=cb5e0d92da661617ac13f3b10c1ec6c7d98462c9;hb=cc981841a776591c07d199609f15096248d3f79c;hpb=f5eb372f3bff0731642899f6aaec35e9001bd451 diff --git a/drivers/gp2x/gp2x-sound.c b/drivers/gp2x/gp2x-sound.c index cb5e0d9..e188873 100644 --- a/drivers/gp2x/gp2x-sound.c +++ b/drivers/gp2x/gp2x-sound.c @@ -56,7 +56,7 @@ uint32 GetWriteSound(void) int KillSound(void) { - FCEUI_Sound(0); + //FCEUI_Sound(0); return 1; }