mirror of https://github.com/stella-emu/stella.git
change joystick mode mapping string delimiter
This commit is contained in:
parent
22acedee5f
commit
09e9402075
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue