Remove MemoryCardDriver::Flush. Flush in Unmount instead.
This commit is contained in:
@@ -12,7 +12,6 @@ public:
|
||||
|
||||
virtual bool Mount( UsbStorageDevice* pDevice );
|
||||
virtual void Unmount( UsbStorageDevice* pDevice );
|
||||
virtual void Flush( UsbStorageDevice* pDevice );
|
||||
|
||||
private:
|
||||
void GetUSBStorageDevices( vector<UsbStorageDevice>& vDevicesOut );
|
||||
|
||||
Reference in New Issue
Block a user