InputConfigDiag: Update GUI when config is reloaded

This makes the GUI show the settings that are loaded when the config
gets reloaded, instead of showing potentially outdated settings that
are not applied.
This commit is contained in:
Léo Lam 2016-07-14 21:41:05 +02:00
parent 2472db4355
commit 1ad19f9371
1 changed files with 2 additions and 0 deletions

View File

@ -799,6 +799,8 @@ void GamepadPage::RefreshDevices(wxCommandEvent&)
Pad::LoadConfig();
HotkeyManagerEmu::LoadConfig();
UpdateGUI();
Core::PauseAndLock(false, was_unpaused);
}