Adjust the counter even higher so it should work quite stable now.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10385 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2006-07-31 15:13:31 +00:00
parent 957bf22879
commit 8a7b9161ab

View file

@ -35,7 +35,7 @@ void yield(void)
static int counter = 0;
SDL_mutexV(m);
if (counter++ >= 5)
if (counter++ >= 50)
{
SDL_Delay(1);
counter = 0;