mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Re-enabled PLAY key for recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1178 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d39904e29d
commit
c00557a2b9
1 changed files with 3 additions and 0 deletions
|
@ -276,6 +276,9 @@ bool dirbrowse(char *root)
|
|||
break;
|
||||
|
||||
case TREE_ENTER:
|
||||
#ifdef HAVE_RECORDER_KEYPAD
|
||||
case BUTTON_PLAY:
|
||||
#endif
|
||||
if ( !numentries )
|
||||
break;
|
||||
if ((currdir[0]=='/') && (currdir[1]==0)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue