[Project64] Always call on DacrateChanged on LoadState

This commit is contained in:
zilmar 2016-06-05 11:02:18 +10:00
parent 285be78edc
commit 06982a1b25
1 changed files with 1 additions and 5 deletions

View File

@ -1814,11 +1814,7 @@ bool CN64System::LoadState(const char * FileName)
{
g_Plugins->Gfx()->ViWidthChanged();
}
if (old_dacrate != g_Reg->AI_DACRATE_REG)
{
g_Plugins->Audio()->DacrateChanged(g_System->SystemType());
}
g_Plugins->Audio()->DacrateChanged(g_System->SystemType());
//Fix Random Register
while ((int)m_Reg.RANDOM_REGISTER < (int)m_Reg.WIRED_REGISTER)