cleanup
This commit is contained in:
@@ -42,11 +42,12 @@ static void MemoryCardUsbLevelInit( size_t /*PlayerNumber*/ i, RString &sNameOut
|
|||||||
static Preference<bool> g_bMemoryCards( "MemoryCards", true );
|
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 );
|
||||||
Preference1D<int> MemoryCardManager::m_iMemoryCardUsbLevel( MemoryCardUsbLevelInit, NUM_PLAYERS );
|
Preference1D<int> MemoryCardManager::m_iMemoryCardUsbLevel( MemoryCardUsbLevelInit, NUM_PLAYERS );
|
||||||
|
|
||||||
Preference<RString> MemoryCardManager::m_sEditorMemoryCardOsMountPoint( "EditorMemoryCardOsMountPoint", "" );
|
Preference<RString> MemoryCardManager::m_sEditorMemoryCardOsMountPoint( "EditorMemoryCardOsMountPoint", "" );
|
||||||
|
|
||||||
|
|||||||
@@ -111,8 +111,8 @@ RString ScreenSystemLayer::GetCreditsMessage( PlayerNumber pn ) const
|
|||||||
return RString();
|
return RString();
|
||||||
|
|
||||||
case MemoryCardState_Error: return THEME->GetMetric( m_sName, "CreditsCard" + MEMCARDMAN->GetCardError(pn) );
|
case MemoryCardState_Error: return THEME->GetMetric( m_sName, "CreditsCard" + MEMCARDMAN->GetCardError(pn) );
|
||||||
case MemoryCardState_TooLate: return CREDITS_CARD_TOO_LATE.GetValue();
|
case MemoryCardState_TooLate: return CREDITS_CARD_TOO_LATE.GetValue();
|
||||||
case MemoryCardState_Checking: return CREDITS_CARD_CHECKING.GetValue();
|
case MemoryCardState_Checking: return CREDITS_CARD_CHECKING.GetValue();
|
||||||
case MemoryCardState_Removed: return CREDITS_CARD_REMOVED.GetValue();
|
case MemoryCardState_Removed: return CREDITS_CARD_REMOVED.GetValue();
|
||||||
case MemoryCardState_Ready:
|
case MemoryCardState_Ready:
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user