mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-10 20:00:53 -04: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