Remove MemoryCardDriver::Flush. Flush in Unmount instead.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user