I had one problem with the new driver. I only get rumble if I set the rumblestrength to 100%. Any other value I get nothing.
I tried some xbox 360 xinput programming and found that the trigger buttons are completely independent (they don't cancel each other out). So using xinput would allow you to use both. Using XInputGetState() will get you values in bLeftTrigger & bRightTrigger (0..255 independently).
Now I 'only' have to figure out how the PJ64 controller plugin works
.
I'll see if I can get your solution to load (I have vs2003 currently installed).
I tried some xbox 360 xinput programming and found that the trigger buttons are completely independent (they don't cancel each other out). So using xinput would allow you to use both. Using XInputGetState() will get you values in bLeftTrigger & bRightTrigger (0..255 independently).
Now I 'only' have to figure out how the PJ64 controller plugin works
I'll see if I can get your solution to load (I have vs2003 currently installed).