diff --git a/src/common/PhysicalJoystick.hxx b/src/common/PhysicalJoystick.hxx index b545ebc6f..81131d03a 100644 --- a/src/common/PhysicalJoystick.hxx +++ b/src/common/PhysicalJoystick.hxx @@ -39,7 +39,7 @@ class PhysicalJoystick { friend class PhysicalJoystickHandler; - static constexpr char MODE_DELIM = 0xA7; //'§', must not be '^', '|' or '#' + static constexpr char MODE_DELIM = '>'; // must not be '^', '|' or '#' public: PhysicalJoystick(); @@ -72,7 +72,6 @@ class PhysicalJoystick int* axisLastValue; int* buttonLast; - // Hashmaps of controller events JoyMap joyMap;