shorten sleep for mount
This commit is contained in:
@@ -51,7 +51,7 @@ bool MemoryCardDriver_Linux::StorageDevicesChanged()
|
||||
|
||||
void MemoryCardDriver_Linux::GetStorageDevices( vector<UsbStorageDevice>& vDevicesOut )
|
||||
{
|
||||
sleep(1);
|
||||
usleep(1000);
|
||||
|
||||
/* If we couldn't open it before, we probably can't open it now; don't
|
||||
* output more errors. */
|
||||
|
||||
Reference in New Issue
Block a user