Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evdev: Delete rumble effects on the correct file descriptor. #2705

Merged
merged 1 commit into from Jul 13, 2015

Conversation

phire
Copy link
Member

@phire phire commented Jul 5, 2015

Was using m_id insted of m_fd.
Also re-arrange the code so rumble effects always get deleted instead of just on stop commands.

This fixes a bug where rumble stops working after 16 effects are played.

@phire phire added this to the Dolphin Release 5.0 milestone Jul 5, 2015
if (state > 0) // Upload and start an effect.
{

This comment was marked as off-topic.

This comment was marked as off-topic.

Was using m_id insted of m_fd.
Also re-arrange the code so rumble effects always get deleted instead of
just on stop commands.
phire added a commit that referenced this pull request Jul 13, 2015
evdev: Delete rumble effects on the correct file descriptor.
@phire phire merged commit 87e19f1 into dolphin-emu:stable Jul 13, 2015
@phire phire deleted the fixrumble branch February 2, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants