unicode fixings, disable r3999 change, change filename for debug memcardmanager

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4041 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
LPFaint99
2009-08-23 21:20:08 +00:00
parent 16d9a65d25
commit 9fcb1db34f
4 changed files with 17 additions and 15 deletions

View File

@ -423,8 +423,10 @@ void CEXIMemoryCard::TransferByte(u8 &byte)
void CEXIMemoryCard::DoState(PointerWrap &p)
{
#if 0 // Makes savestates worse for 1st party games (SMS, ZWW) but better for third party games
int slot = 0;
if (GetFileName() == SConfig::GetInstance().m_strMemoryCardA)
slot = 1;
ExpansionInterface::ChangeDevice(slot, slot ? EXIDEVICE_MEMORYCARD_B : EXIDEVICE_MEMORYCARD_A, 0);
#endif
}