move RageFileManager mounting into the MemoryCardDriver, not MemoryCardManager
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#ifndef MEMORY_CARD_ENUMERATOR_H
|
||||
#define MEMORY_CARD_ENUMERATOR_H 1
|
||||
|
||||
|
||||
struct UsbStorageDevice
|
||||
{
|
||||
UsbStorageDevice() { MakeBlank(); }
|
||||
@@ -44,7 +43,7 @@ public:
|
||||
virtual ~MemoryCardDriver() {};
|
||||
virtual bool StorageDevicesChanged() = 0;
|
||||
virtual void GetStorageDevices( vector<UsbStorageDevice>& vStorageDevicesOut ) = 0;
|
||||
virtual bool MountAndTestWrite( UsbStorageDevice* pDevice ) = 0; // return false if mount or write fails
|
||||
virtual bool MountAndTestWrite( UsbStorageDevice* pDevice, CString sMountPoint ) = 0; // return false if mount or write fails
|
||||
virtual void Flush( UsbStorageDevice* pDevice ) {}
|
||||
virtual void ResetUsbStorage() {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user