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:
parent
957bf22879
commit
8a7b9161ab
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue