From 6d9be1722b2221cae39b389ce218e93d73d99335 Mon Sep 17 00:00:00 2001 From: tma Date: Fri, 30 Sep 2005 22:30:22 +0000 Subject: * Made the default SDL dma buffer larger git-svn-id: svn://svn.icculus.org/quake3/trunk@131 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/sdl_snd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code') diff --git a/code/unix/sdl_snd.c b/code/unix/sdl_snd.c index fe68505..d614c27 100644 --- a/code/unix/sdl_snd.c +++ b/code/unix/sdl_snd.c @@ -233,7 +233,7 @@ qboolean SNDDMA_Init(void) // reasonable...this is why I let the user override. tmp = sdlmixsamps->value; if (!tmp) - tmp = (obtained.samples * obtained.channels) * 4; + tmp = (obtained.samples * obtained.channels) * 10; if (tmp & (tmp - 1)) // not a power of two? Seems to confuse something. { -- cgit v1.2.3