memory card work (linux update in a few minutes)

This commit is contained in:
Glenn Maynard
2005-02-06 05:11:57 +00:00
parent ca4589a8c3
commit 7a21e95ede
2 changed files with 25 additions and 8 deletions
@@ -89,7 +89,7 @@ bool MemoryCardDriverThreaded_Windows::DoOneUpdate( bool bMount, vector<UsbStora
UsbStorageDevice usbd;
usbd.SetOsMountDir( sDrive );
usbd.bWriteTestSucceeded = TestWrite( sDrive );
usbd.m_State = TestWrite( sDrive )? UsbStorageDevice::STATE_READY:UsbStorageDevice::STATE_WRITE_ERROR;
// read name
this->Mount( &usbd );