real fix for Windows memcards
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user