mirror of https://github.com/PCSX2/pcsx2.git
parent
27400b0be1
commit
eb2c61ccc0
|
@ -143,6 +143,7 @@ wxString FileMcd_GetDefaultName(uint slot)
|
|||
FileMemoryCard::FileMemoryCard()
|
||||
{
|
||||
memset8<0xff>( m_effeffs );
|
||||
m_chkaddr = 0;
|
||||
}
|
||||
|
||||
void FileMemoryCard::Open()
|
||||
|
|
Loading…
Reference in New Issue