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
@@ -9,8 +9,7 @@ public:
MemoryCardDriverThreaded_OSX();
~MemoryCardDriverThreaded_OSX();
bool Mount( UsbStorageDevice *pDevice ) { return true; }
void Unmount( UsbStorageDevice *pDevice ) { }
void Flush( UsbStorageDevice *pDevice );
void Unmount( UsbStorageDevice *pDevice );
protected:
bool USBStorageDevicesChanged();