changeset 16:e3b0773ba1be

Try this timer frequency.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 22 May 2010 18:12:51 +0300
parents fa87f8897f21
children c60e531d19cd
files pwplib/snd-sdl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pwplib/snd-sdl.c	Sat May 22 18:12:37 2010 +0300
+++ b/pwplib/snd-sdl.c	Sat May 22 18:12:51 2010 +0300
@@ -17,7 +17,7 @@
 
 #include "pwplib.h"
 
-#define TIMERHZ 30
+#define TIMERHZ (72/2)
 
 static int pwp_sdlaudio_run = 1;
 static int pwp_sdlaudio_frag = -1, pwp_sdlaudio_curr;