mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
We can now turn the sim off... couldn't before.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@651 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
63882eae82
commit
eb729c2a51
1 changed files with 3 additions and 0 deletions
|
|
@ -184,6 +184,9 @@ bool dirbrowse(char *root)
|
|||
continue;
|
||||
}
|
||||
switch(key) {
|
||||
case BUTTON_OFF:
|
||||
return false;
|
||||
|
||||
#ifdef HAVE_RECORDER_KEYPAD
|
||||
case BUTTON_LEFT:
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue