forked from len0rd/rockbox
Removed USB handling from simulator build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1271 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
92bba80bc2
commit
da501ee329
1 changed files with 3 additions and 1 deletions
|
|
@ -396,6 +396,7 @@ bool dirbrowse(char *root)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
#ifndef SIMULATOR
|
||||||
case SYS_USB_CONNECTED:
|
case SYS_USB_CONNECTED:
|
||||||
/* Tell the USB thread that we are safe */
|
/* Tell the USB thread that we are safe */
|
||||||
DEBUGF("dirbrowse got SYS_USB_CONNECTED\n");
|
DEBUGF("dirbrowse got SYS_USB_CONNECTED\n");
|
||||||
|
|
@ -411,6 +412,7 @@ bool dirbrowse(char *root)
|
||||||
strcpy(currdir, "/");
|
strcpy(currdir, "/");
|
||||||
lastdir[0] = 0;
|
lastdir[0] = 0;
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( restore ) {
|
if ( restore ) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue