OS mountpoints (with RageFileDriverDirect) don't end in a backslash;
fixes CreateDirectories failing
This commit is contained in:
@@ -115,7 +115,7 @@ void MemoryCardDriverThreaded_Windows::GetUSBStorageDevices( vector<UsbStorageDe
|
||||
|
||||
vDevicesOut.push_back( UsbStorageDevice() );
|
||||
UsbStorageDevice &usbd = vDevicesOut.back();
|
||||
usbd.SetOsMountDir( sDrive + "\\" );
|
||||
usbd.SetOsMountDir( sDrive );
|
||||
usbd.sDevice = sDrive;
|
||||
usbd.sVolumeLabel = sVolumeLabel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user