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