Qt/MappingWidget: Fix profiles not loading properly

This commit is contained in:
spycrab 2018-05-29 01:21:42 +02:00
parent 75e87a8a0d
commit 5829ad21b7
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ void MappingWidget::Update()
for (auto* checkbox : m_bools)
checkbox->Update();
SaveSettings();
}
ControllerEmu::EmulatedController* MappingWidget::GetController() const