mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
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;
|
static int counter = 0;
|
||||||
|
|
||||||
SDL_mutexV(m);
|
SDL_mutexV(m);
|
||||||
if (counter++ >= 5)
|
if (counter++ >= 50)
|
||||||
{
|
{
|
||||||
SDL_Delay(1);
|
SDL_Delay(1);
|
||||||
counter = 0;
|
counter = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue