Actions
Emulator Issues #4429
closedHaptic Support under Linux with SDL 1.2
Status:
Duplicate
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
SDL 1.3 is still a long time coming so I wrote a patch that adds haptic (rumble) support under Linux.
Because I have not found a way to find the event device for the joystick (gamepad) you need to set an environment variable to tell dolphin which event device should be used for which joystick.
E.g. this sets the event device of the first joystick:
export DOLPHIN_EVENT_JOYSTICK0=/dev/input/event0
See the attached file.
Actions