avengerx / LeadershipTwinTurboWheelFFBDriver

Force Feedback driver for Leadership Gamer Twin Turbo Steering Wheel (model 1021)
GNU General Public License v3.0
2 stars 0 forks source link

64-bit support #8

Closed avengerx closed 1 year ago

avengerx commented 1 year ago

The installer currently installs the 64-bit version of the DLLs but for one reason or another it doesn't really seem to run. So far I've been testing in the 32-bit build, but the 64-bit one seems to run fine, it's being loaded by client apps, just somehow not triggering the commands in the joystick, perhaps due to byte alignment issues.

avengerx commented 1 year ago

As the driver developed, it turned out its 64-bit build works fine just like the 32-bit one, so at the moment, 64-bit works as much as 32-bit does. Maybe the issue it had was fixed meanwhile.