diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Attachments.cpp b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Attachments.cpp index 45ce337d6c..27304907c5 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Attachments.cpp +++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Attachments.cpp @@ -77,6 +77,8 @@ void Attachments::LoadConfig(Common::IniFile::Section* sec, const std::string& b void Attachments::SaveConfig(Common::IniFile::Section* sec, const std::string& base) { + ControlGroup::SaveConfig(sec, base); + if (GetSelectionSetting().IsSimpleValue()) { sec->Set(base + name, GetAttachmentList()[GetSelectedAttachment()]->GetName(), "None");