Qt/MappingWidget: Fix profiles not loading properly
This commit is contained in:
parent
75e87a8a0d
commit
5829ad21b7
|
@ -147,6 +147,8 @@ void MappingWidget::Update()
|
||||||
|
|
||||||
for (auto* checkbox : m_bools)
|
for (auto* checkbox : m_bools)
|
||||||
checkbox->Update();
|
checkbox->Update();
|
||||||
|
|
||||||
|
SaveSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
ControllerEmu::EmulatedController* MappingWidget::GetController() const
|
ControllerEmu::EmulatedController* MappingWidget::GetController() const
|
||||||
|
|
Loading…
Reference in New Issue