diff options
Diffstat (limited to 'src/input_common/input_engine.cpp')
| -rw-r--r-- | src/input_common/input_engine.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/input_engine.cpp b/src/input_common/input_engine.cpp index 1534f24b0..9cfe0f232 100644 --- a/src/input_common/input_engine.cpp +++ b/src/input_common/input_engine.cpp | |||
| @@ -202,6 +202,8 @@ void InputEngine::TriggerOnButtonChange(const PadIdentifier& identifier, int but | |||
| 202 | if (!configuring || !mapping_callback.on_data) { | 202 | if (!configuring || !mapping_callback.on_data) { |
| 203 | return; | 203 | return; |
| 204 | } | 204 | } |
| 205 | |||
| 206 | PreSetButton(identifier, button); | ||
| 205 | if (value == GetButton(identifier, button)) { | 207 | if (value == GetButton(identifier, button)) { |
| 206 | return; | 208 | return; |
| 207 | } | 209 | } |