forked from len0rd/rockbox
Patch #783177 by Craig Sather, fixes the progress bar glitch when fast forwarding
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4001 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4675a2453f
commit
ff8100596f
1 changed files with 3 additions and 0 deletions
|
@ -417,6 +417,9 @@ static bool ffwd_rew(int button)
|
|||
if (!exit)
|
||||
button = button_get(true);
|
||||
}
|
||||
|
||||
/* let mpeg thread update id3->elapsed before calling wps_refresh */
|
||||
yield();
|
||||
wps_refresh(id3, 0, WPS_REFRESH_ALL);
|
||||
return usb;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue