summaryrefslogtreecommitdiff
path: root/src/core/ControllerConfig.cpp
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-03-17 21:03:13 +0300
committereray orçunus <erayorcunus@gmail.com>2020-03-21 14:58:54 +0300
commitd5a6e17079ab87b946132155bbe37bd20e27c239 (patch)
tree87a72ec36821bb04d9c08ed0e5730c2393b8fcf4 /src/core/ControllerConfig.cpp
parent31d16d395eb6582b20a157764ce8b0da608ef3d8 (diff)
ProcessButtonPresses and fixes
Diffstat (limited to 'src/core/ControllerConfig.cpp')
-rw-r--r--src/core/ControllerConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ControllerConfig.cpp b/src/core/ControllerConfig.cpp
index 02230df7..92c51182 100644
--- a/src/core/ControllerConfig.cpp
+++ b/src/core/ControllerConfig.cpp
@@ -2327,7 +2327,7 @@ void CControllerConfigManager::ResetSettingOrder(e_ControllerAction action)
bool init = false;
- if (isexist)
+ if (!isexist)
{
for (int32 k = 0; k < MAX_CONTROLLERTYPES; k++)
{