move usb reset to the main thread to solve large skip on ScreenEnding

This commit is contained in:
Chris Danford
2004-06-06 23:48:22 +00:00
parent c1a0128902
commit 25319403a1
6 changed files with 7 additions and 19 deletions
@@ -54,7 +54,7 @@ static bool TestWrite( CCStringRef sDrive )
return true;
}
void MemoryCardDriverThreaded_Windows::MountThreadReset()
void MemoryCardDriverThreaded_Windows::ResetUsbStorage()
{
m_dwLastLogicalDrives = 0;
}