mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
hopefully fix "early usb"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23599 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dd93ef41bb
commit
29e28a3945
4 changed files with 21 additions and 14 deletions
|
@ -581,7 +581,7 @@ long default_event_handler_ex(long event, void (*callback)(void *), void *parame
|
|||
check_bootfile(false); /* gets initial size */
|
||||
#endif
|
||||
#endif
|
||||
gui_usb_screen_run();
|
||||
gui_usb_screen_run(false);
|
||||
#ifdef BOOTFILE
|
||||
#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
|
||||
check_bootfile(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue