forked from len0rd/rockbox
Fixed ui lag while writing recorded data to disk.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8122 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
72f423570f
commit
7d185d7fac
1 changed files with 1 additions and 0 deletions
|
|
@ -473,6 +473,7 @@ static void pcmrec_callback(bool flush)
|
|||
read_index++;
|
||||
if (read_index >= num_chunks)
|
||||
read_index = 0;
|
||||
yield();
|
||||
}
|
||||
|
||||
logf("done");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue