Dolphin, the GameCube and Wii emulator - Forums

Full Version: Rumble not working on latest dev builds
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

cortadew

[attachment=18705]So I use an xbox one controller with Xinput and had no issues with the rumble settings in stable releases until 5.0 but lately I get an error message whenever I try to add 2 motors at the same time (Rmotor Lmotor).

The code is set in green under one of the motors (the last one added) and it says "syntax error, expected end of expression" and I can only set 1 motor correctly, does anyone know anyway to solve this?
You need the OR operator, so that it looks like this: `Motor L` | `Motor R`

cortadew

(04-04-2020, 05:24 AM)KHg8m3r Wrote: [ -> ]You need the OR operator, so that it looks like this: `Motor L` | `Motor R`

oh dear god why did I not think about using it, I feel very dumb right now haha thank you very much sirĀ  Smile