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:
Robert Hak 2002-05-21 18:02:47 +00:00
parent 63882eae82
commit eb729c2a51

View file

@ -184,6 +184,9 @@ bool dirbrowse(char *root)
continue;
}
switch(key) {
case BUTTON_OFF:
return false;
#ifdef HAVE_RECORDER_KEYPAD
case BUTTON_LEFT:
#else