RC: SIO's memcard ejection fix from trunk.

git-svn-id: http://pcsx2.googlecode.com/svn/branches/rc_0.9.6@623 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2009-02-27 04:45:09 +00:00
parent 99945e0f27
commit d1314ca5fe
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ void SaveState::sioFreeze()
for( int i=0; i<2; ++i )
{
uint newCRC = MemoryCard::GetCRC( i );
u64 newCRC = MemoryCard::GetCRC( i );
if( newCRC != m_mcdCRCs[i] )
{
m_PostSavestateCards[i] = 64;