unload usb-storage driver between games

This commit is contained in:
Chris Danford
2004-02-26 07:28:59 +00:00
parent e4eb43edf0
commit 8b832f11d7
3 changed files with 11 additions and 1 deletions
+2
View File
@@ -235,4 +235,6 @@ void MemoryCardManager::FlushAllDisks()
continue; // skip
m_pDriver->Flush(&m_Device[p]);
}
m_pDriver->ResetUsbDeviceNumbers();
}