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
-3
View File
@@ -43,9 +43,6 @@ void MemoryCardManager::Update( float fDelta )
vector<UsbStorageDevice> vConnects; // fill these in below
vector<UsbStorageDevice> vDisconnects; // fill these in below
FOREACH( UsbStorageDevice, m_vStorageDevices, d )
FixSlashesInPlace( d->sOsMountDir );
// check for disconnects
FOREACH( UsbStorageDevice, vOld, old )
{