forked from len0rd/rockbox
oh, I need to commit this Ondio hack, else nobody can test with the automated build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5080 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e5691c0613
commit
82e9438e2e
1 changed files with 7 additions and 0 deletions
|
|
@ -177,6 +177,13 @@ void init(void)
|
|||
|
||||
usb_start_monitoring();
|
||||
|
||||
/* temporary hack for Ondio, which can't browse without disk I/O */
|
||||
#ifdef HAVE_MMC
|
||||
while(button_get(true) & BUTTON_REL) {}; /* wait to see the logo */
|
||||
while(1) main_menu(); /* just show the main menu, all we can do */
|
||||
#endif
|
||||
/* end of Ondio hack */
|
||||
|
||||
pinfo = disk_init();
|
||||
if (!pinfo)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue