mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
ControlReference: don't reparse expression when references are updated
This commit is contained in:
@ -344,7 +344,7 @@ void HotkeyManager::LoadDefaults(const ControllerInterface& ciface)
|
||||
auto set_key_expression = [this](int index, const std::string& expression) {
|
||||
m_keys[FindGroupByID(index)]
|
||||
->controls[GetIndexForGroup(FindGroupByID(index), index)]
|
||||
->control_ref->expression = expression;
|
||||
->control_ref->SetExpression(expression);
|
||||
};
|
||||
|
||||
// General hotkeys
|
||||
|
Reference in New Issue
Block a user