forked from len0rd/rockbox
handle_on() depends on the presence of an ON button
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4155 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8a935f6c4d
commit
14c54ccdb9
1 changed files with 2 additions and 0 deletions
|
@ -699,6 +699,7 @@ void set_current_file(char *path)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef BUTTON_ON
|
||||||
static bool handle_on(int *ds, int *dc, int numentries, int tree_max_on_screen, int *dirfilter)
|
static bool handle_on(int *ds, int *dc, int numentries, int tree_max_on_screen, int *dirfilter)
|
||||||
{
|
{
|
||||||
bool exit = false;
|
bool exit = false;
|
||||||
|
@ -817,6 +818,7 @@ static bool handle_on(int *ds, int *dc, int numentries, int tree_max_on_screen,
|
||||||
|
|
||||||
return used;
|
return used;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static bool dirbrowse(char *root, int *dirfilter)
|
static bool dirbrowse(char *root, int *dirfilter)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue