From 86750bfb5e31e819839e53aed56bb1e2548bc067 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Sat, 13 Mar 2010 14:14:55 +0000 Subject: [PATCH] Slightly improve sound buffer (SDL) --- Src/SID_SDL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/SID_SDL.h b/Src/SID_SDL.h index c9d9488..f388de9 100644 --- a/Src/SID_SDL.h +++ b/Src/SID_SDL.h @@ -30,7 +30,7 @@ static SDL_AudioSpec spec; #define FRODO_SNDBUF 512 -#define SOUNDBUFSIZE 1024 +#define SOUNDBUFSIZE 1536 #define N_BUFS 8 static int16 soundbuffer[N_BUFS][FRODO_SNDBUF];