This commit is contained in:
Glenn Maynard
2004-06-01 04:50:55 +00:00
parent 1f5500712c
commit 5da24a4945
@@ -42,7 +42,7 @@ void RageSound_ALSA9_Software::MixerThread()
while( !shutdown && GetData() )
;
pcm->WaitUntilFramesCanBeFilled( 100 );
pcm->WaitUntilFramesCanBeFilled( 2 );
}
}