fix flush never called
This commit is contained in:
@@ -256,7 +256,7 @@ void MemoryCardManager::FlushAllDisks()
|
|||||||
{
|
{
|
||||||
for( int p=0; p<NUM_PLAYERS; p++ )
|
for( int p=0; p<NUM_PLAYERS; p++ )
|
||||||
{
|
{
|
||||||
if( !m_Device[p].IsBlank() ) // they already have an assigned card
|
if( m_Device[p].IsBlank() ) // no card assigned
|
||||||
continue; // skip
|
continue; // skip
|
||||||
if( m_bWriteError[p] || m_bTooLate[p] )
|
if( m_bWriteError[p] || m_bTooLate[p] )
|
||||||
continue; // skip
|
continue; // skip
|
||||||
|
|||||||
Reference in New Issue
Block a user