Heiwa Pachinko World 64 (J) freeze fix

Heiwa Pachinko World 64 (J) freeze fix #537
This commit is contained in:
Nekokabu 2015-07-25 23:20:36 +09:00
parent 4fb6cc1f65
commit 81b6e2c68d
1 changed files with 1 additions and 1 deletions

View File

@ -3411,7 +3411,7 @@ void CMipsMemoryVM::UpdateHalfLine()
g_SystemTimer->UpdateTimers();
NextViTimer = g_SystemTimer->GetTimer(CSystemTimer::ViTimer);
}
m_HalfLine = (DWORD)(NextViTimer / g_System->ViRefreshRate());
m_HalfLine = (DWORD)(*g_NextTimer / g_System->ViRefreshRate());
m_HalfLine &= ~1;
m_HalfLine |= m_FieldSerration;
m_HalfLineCheck = NextViTimer;