forked from len0rd/rockbox
Connected my brain
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6257 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ce726be195
commit
09e55a9218
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ static bool ask_resume(bool ask_once)
|
||||||
/* Handle sys events, ignore button releases */
|
/* Handle sys events, ignore button releases */
|
||||||
default:
|
default:
|
||||||
if(default_event_handler(button) == SYS_USB_CONNECTED ||
|
if(default_event_handler(button) == SYS_USB_CONNECTED ||
|
||||||
(IS_SYSEVENT(button) && !(button & BUTTON_REL)))
|
(!IS_SYSEVENT(button) && !(button & BUTTON_REL)))
|
||||||
stop = true;
|
stop = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue