mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Qt/Mapping: Fix "Default" not working properly.
This commit is contained in:
@ -345,6 +345,7 @@ void MappingWindow::OnDefaultFieldsPressed()
|
||||
m_controller->LoadDefaults(g_controller_interface);
|
||||
m_controller->UpdateReferences(g_controller_interface);
|
||||
emit Update();
|
||||
emit Save();
|
||||
}
|
||||
|
||||
bool MappingWindow::IsIterativeInput() const
|
||||
|
Reference in New Issue
Block a user