mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
99945e0f27
commit
d1314ca5fe
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue