mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
evdev: fix axis_orientations index
This commit is contained in:
parent
f0d51899c1
commit
1b775febcd
2 changed files with 3 additions and 5 deletions
|
|
@ -355,8 +355,6 @@ class evdev_joystick_handler final : public PadHandlerBase
|
|||
clock_t last_vibration = 0;
|
||||
};
|
||||
|
||||
const int BUTTON_COUNT = 17;
|
||||
|
||||
public:
|
||||
evdev_joystick_handler();
|
||||
~evdev_joystick_handler();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue