finish import/export of edits

This commit is contained in:
Chris Danford
2005-11-30 05:33:01 +00:00
parent 42f056dfdb
commit 3b799327fc
5 changed files with 48 additions and 5 deletions
+6
View File
@@ -624,6 +624,12 @@ bool MemoryCardManager::MountCard( PlayerNumber pn, int iTimeout )
return true;
}
bool MemoryCardManager::MountCard( PlayerNumber pn, const UsbStorageDevice &d )
{
m_Device[pn] = d;
return MountCard( pn );
}
/* Called in EndGame just after writing the profile. Called by PlayersFinalized just after
* reading the profile. Should never block; use FlushAndReset to block until writes complete. */
void MemoryCardManager::UnmountCard( PlayerNumber pn )