Update MemoryVirtualMem.cpp

This commit is contained in:
Nekokabu 2016-03-21 23:00:21 +09:00
parent 667f95fe47
commit aa4cc8afce
1 changed files with 2 additions and 2 deletions

View File

@ -5578,13 +5578,13 @@ void CMipsMemoryVM::Write32CartridgeDomain2Address2(void)
g_MMU->DmaFromSram(tmp, (m_MemLookupAddress & 0x1FFFFFFF) - 0x08000000, 4);
return;
}
if ((m_MemLookupAddress & 0x1FFFFFFF) != 0x08010000)
/*if ((m_MemLookupAddress & 0x1FFFFFFF) != 0x08010000)
{
if (bHaveDebugger())
{
g_Notify->BreakPoint(__FILE__, __LINE__);
}
}
}*/
if (g_System->m_SaveUsing == SaveChip_Auto)
{
g_System->m_SaveUsing = SaveChip_FlashRam;