cleanup
This commit is contained in:
@@ -43,6 +43,7 @@ static Preference<bool> g_bMemoryCards( "MemoryCards", true );
|
|||||||
|
|
||||||
// if set, always use the device that mounts to this point
|
// if set, always use the device that mounts to this point
|
||||||
Preference1D<RString> MemoryCardManager::m_sMemoryCardOsMountPoint( MemoryCardOsMountPointInit, NUM_PLAYERS );
|
Preference1D<RString> MemoryCardManager::m_sMemoryCardOsMountPoint( MemoryCardOsMountPointInit, NUM_PLAYERS );
|
||||||
|
|
||||||
// Look for this level, bus, port when assigning cards. -1 = match any
|
// Look for this level, bus, port when assigning cards. -1 = match any
|
||||||
Preference1D<int> MemoryCardManager::m_iMemoryCardUsbBus( MemoryCardUsbBusInit, NUM_PLAYERS );
|
Preference1D<int> MemoryCardManager::m_iMemoryCardUsbBus( MemoryCardUsbBusInit, NUM_PLAYERS );
|
||||||
Preference1D<int> MemoryCardManager::m_iMemoryCardUsbPort( MemoryCardUsbPortInit, NUM_PLAYERS );
|
Preference1D<int> MemoryCardManager::m_iMemoryCardUsbPort( MemoryCardUsbPortInit, NUM_PLAYERS );
|
||||||
|
|||||||
Reference in New Issue
Block a user