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:
Justin Heiner 2002-08-21 23:24:26 +00:00
parent ed04872b46
commit 7dcff6d98c

View file

@ -682,7 +682,7 @@ int wps_show(void)
else
#endif
{
if (id3->elapsed < 2*1000)
if (id3->elapsed < 3*1000)
mpeg_prev();
else {
mpeg_pause();