From 06982a1b25afb8010126b7a7a9910d1c222fc83a Mon Sep 17 00:00:00 2001 From: zilmar Date: Sun, 5 Jun 2016 11:02:18 +1000 Subject: [PATCH] [Project64] Always call on DacrateChanged on LoadState --- Source/Project64-core/N64System/N64Class.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Source/Project64-core/N64System/N64Class.cpp b/Source/Project64-core/N64System/N64Class.cpp index 5a2276057..2145cb713 100644 --- a/Source/Project64-core/N64System/N64Class.cpp +++ b/Source/Project64-core/N64System/N64Class.cpp @@ -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)