mount and unmount FILEMAN mountpoints in MemoryCardManager,
not drivers; use timeout FS; don't pass mountpoints to drivers since they never need to know them
This commit is contained in:
@@ -7,12 +7,7 @@
|
||||
#include "arch/MemoryCard/MemoryCardDriver.h"
|
||||
|
||||
|
||||
const CString MEM_CARD_MOUNT_POINT[NUM_PLAYERS] =
|
||||
{
|
||||
/* @ is importast; see RageFileManager LoadedDriver::GetPath */
|
||||
"@mc1/",
|
||||
"@mc2/",
|
||||
};
|
||||
extern const CString MEM_CARD_MOUNT_POINT[NUM_PLAYERS];
|
||||
|
||||
class MemoryCardManager
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user