This commit is contained in:
Glenn Maynard
2006-03-26 04:16:57 +00:00
parent d37daab68c
commit 41bfd277a5
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -43,6 +43,7 @@ static Preference<bool> g_bMemoryCards( "MemoryCards", true );
// if set, always use the device that mounts to this point
Preference1D<RString> MemoryCardManager::m_sMemoryCardOsMountPoint( MemoryCardOsMountPointInit, NUM_PLAYERS );
// Look for this level, bus, port when assigning cards. -1 = match any
Preference1D<int> MemoryCardManager::m_iMemoryCardUsbBus( MemoryCardUsbBusInit, NUM_PLAYERS );
Preference1D<int> MemoryCardManager::m_iMemoryCardUsbPort( MemoryCardUsbPortInit, NUM_PLAYERS );