Save State UI: Cache legend strings

This commit is contained in:
Silent
2021-02-22 19:34:51 +01:00
parent e361b9f012
commit 78f9136fb8
3 changed files with 42 additions and 33 deletions

View File

@ -1292,6 +1292,8 @@ void CommonHostInterface::UpdateHotkeyInputMap(SettingsInterface& si)
AddButtonToInputMap(binding, device, button, hi.handler);
}
}
m_save_state_selector_ui->RefreshHotkeyLegend();
}
bool CommonHostInterface::AddButtonToInputMap(const std::string& binding, const std::string_view& device,