add sleep to wait for OS mount to finish

This commit is contained in:
Chris Danford
2004-02-27 03:43:55 +00:00
parent 146c8dfd85
commit ad34ebff78
@@ -51,6 +51,8 @@ bool MemoryCardDriver_Linux::StorageDevicesChanged()
void MemoryCardDriver_Linux::GetStorageDevices( vector<UsbStorageDevice>& vDevicesOut )
{
sleep(1);
/* If we couldn't open it before, we probably can't open it now; don't
* output more errors. */
if( m_fds == -1 )