Remove MemoryCardDriver::Flush. Flush in Unmount instead.

This commit is contained in:
Glenn Maynard
2005-12-21 05:58:01 +00:00
parent 8ceb3e7421
commit bdf5a3b924
7 changed files with 2 additions and 23 deletions
@@ -18,7 +18,7 @@ MemoryCardDriverThreaded_OSX::~MemoryCardDriverThreaded_OSX()
DarwinMCHelpers::Stop();
}
void MemoryCardDriverThreaded_OSX::Flush( UsbStorageDevice *pDevice )
void MemoryCardDriverThreaded_OSX::Unmount( UsbStorageDevice *pDevice )
{
if( pDevice->iRefNum == -1 )
return;