forked from len0rd/rockbox
Changed the previous patch to restart the same song if over 2 seconds to 3 seconds. That way you can hear a bit of the song before... well, it's just better this way *grin*
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1902 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ed04872b46
commit
7dcff6d98c
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ int wps_show(void)
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
if (id3->elapsed < 2*1000)
|
if (id3->elapsed < 3*1000)
|
||||||
mpeg_prev();
|
mpeg_prev();
|
||||||
else {
|
else {
|
||||||
mpeg_pause();
|
mpeg_pause();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue