summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/Core/DolphinQt/Config/Mapping/MappingCommon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/Config/Mapping/MappingCommon.cpp b/Source/Core/DolphinQt/Config/Mapping/MappingCommon.cpp
index d94502b104..05dc5a3f79 100644
--- a/Source/Core/DolphinQt/Config/Mapping/MappingCommon.cpp
+++ b/Source/Core/DolphinQt/Config/Mapping/MappingCommon.cpp
@@ -149,9 +149,9 @@ public:
bool UnQueueInputDetection(MappingButton* button)
{
+ button->ConfigChanged();
if (!std::erase(m_clicked_mapping_buttons, button))
return false;
- button->ConfigChanged();
UpdateInputDetectionStartTimer();
return true;
}