[Project64] Reset rom browser on debug language

This commit is contained in:
zilmar 2016-12-20 18:32:36 +11:00
parent 7e13dfc797
commit 79d50f1bc6
1 changed files with 1 additions and 0 deletions

View File

@ -500,6 +500,7 @@ bool CMainMenu::ProcessMessage(HWND hWnd, DWORD /*FromAccelerator*/, DWORD MenuI
case ID_DEBUG_LANGUAGE:
g_Settings->SaveBool(Debugger_DebugLanguage, !g_Settings->LoadBool(Debugger_DebugLanguage));
g_Lang->LoadCurrentStrings();
m_Gui->ResetRomBrowserColomuns();
break;
case ID_DEBUG_SHOW_RECOMP_MEM_SIZE:
g_Notify->DisplayMessage(0, "");