real fix for Windows memcards

This commit is contained in:
Glenn Maynard
2004-09-05 23:45:57 +00:00
parent 83265c4d63
commit 1d5e04b024
4 changed files with 9 additions and 5 deletions
@@ -18,6 +18,12 @@ bool UsbStorageDevice::operator==(const UsbStorageDevice& other) const
#undef COMPARE
}
void UsbStorageDevice::SetOsMountDir( const CString &s )
{
sOsMountDir = s;
FixSlashesInPlace( sOsMountDir );
}
MemoryCardDriver *MakeMemoryCardDriver()
{