This commit is contained in:
Glenn Maynard
2007-05-06 16:56:34 +00:00
parent a1d272a808
commit 12a3de85f9
+2 -2
View File
@@ -54,14 +54,14 @@ Preference<RString> MemoryCardManager::m_sEditorMemoryCardOsMountPoint( "Editor
const RString MEM_CARD_MOUNT_POINT[NUM_PLAYERS] = const RString MEM_CARD_MOUNT_POINT[NUM_PLAYERS] =
{ {
/* @ is importast; see RageFileManager LoadedDriver::GetPath */ /* @ is important; see RageFileManager LoadedDriver::GetPath */
"/@mc1/", "/@mc1/",
"/@mc2/", "/@mc2/",
}; };
static const RString MEM_CARD_MOUNT_POINT_INTERNAL[NUM_PLAYERS] = static const RString MEM_CARD_MOUNT_POINT_INTERNAL[NUM_PLAYERS] =
{ {
/* @ is importast; see RageFileManager LoadedDriver::GetPath */ /* @ is important; see RageFileManager LoadedDriver::GetPath */
"/@mc1int/", "/@mc1int/",
"/@mc2int/", "/@mc2int/",
}; };