mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
Qt: Fix vibration binding not applying immediately
This commit is contained in:
@@ -483,6 +483,7 @@ void InputVibrationBindingWidget::onClicked()
|
||||
m_binding = new_value.toStdString();
|
||||
Host::SetBaseStringSettingValue(m_section_name.c_str(), m_key_name.c_str(), m_binding.c_str());
|
||||
Host::CommitBaseSettingChanges();
|
||||
g_emu_thread->reloadInputBindings();
|
||||
setText(new_value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user