1
0
Fork 0
forked from len0rd/rockbox

Added remote vol up/down as next/prev navigation keys

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1688 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-08-12 18:28:51 +00:00
parent 6983d9d3ab
commit 6752ee445b

View file

@ -392,6 +392,7 @@ bool dirbrowse(char *root)
case TREE_PREV:
case TREE_PREV | BUTTON_REPEAT:
case BUTTON_VOL_UP:
if(filesindir) {
if(dircursor) {
put_cursorxy(0, CURSOR_Y + LINE_Y+dircursor, false);
@ -427,6 +428,7 @@ bool dirbrowse(char *root)
case TREE_NEXT:
case TREE_NEXT | BUTTON_REPEAT:
case BUTTON_VOL_DOWN:
if(filesindir)
{
if (dircursor + start + 1 < numentries ) {