diff --git a/src/common/PJoystickHandler.cxx b/src/common/PJoystickHandler.cxx index 1af10feac..f9c616921 100644 --- a/src/common/PJoystickHandler.cxx +++ b/src/common/PJoystickHandler.cxx @@ -123,8 +123,8 @@ int PhysicalJoystickHandler::add(const PhysicalJoystickPtr& stick) { StickInfo info("", stick); myDatabase.emplace(stick->name, info); - setStickDefaultMapping(stick->ID, Event::NoType, EventMode::kEmulationMode, true); - setStickDefaultMapping(stick->ID, Event::NoType, EventMode::kMenuMode, true); + setStickDefaultMapping(stick->ID, Event::NoType, EventMode::kEmulationMode); + setStickDefaultMapping(stick->ID, Event::NoType, EventMode::kMenuMode); } return stick->ID;