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;
|
||||
|
||||
#ifndef SIMULATOR
|
||||
case SYS_USB_CONNECTED:
|
||||
/* Tell the USB thread that we are safe */
|
||||
DEBUGF("dirbrowse got SYS_USB_CONNECTED\n");
|
||||
|
|
@ -411,6 +412,7 @@ bool dirbrowse(char *root)
|
|||
strcpy(currdir, "/");
|
||||
lastdir[0] = 0;
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
if ( restore ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue