RageFileManager::GetFileDriver doesn't prepend a slash to mountpoints. instead of hacking it up, fix the mountpoint names ...

This commit is contained in:
Glenn Maynard
2005-05-20 23:44:06 +00:00
parent 24321a96b9
commit fe8999ce0a
+4 -4
View File
@@ -20,15 +20,15 @@ MemoryCardManager* MEMCARDMAN = NULL; // global and accessable from anywhere in
const CString MEM_CARD_MOUNT_POINT[NUM_PLAYERS] =
{
/* @ is importast; see RageFileManager LoadedDriver::GetPath */
"@mc1/",
"@mc2/",
"/@mc1/",
"/@mc2/",
};
static const CString MEM_CARD_MOUNT_POINT_INTERNAL[NUM_PLAYERS] =
{
/* @ is importast; see RageFileManager LoadedDriver::GetPath */
"@mc1int/",
"@mc2int/",
"/@mc1int/",
"/@mc2int/",
};
/* Only access the memory card driver in a timeout-safe thread. */