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

Registry / Install: Keys and values from dinput.h and dieffectattributes.h #13

Open avengerx opened 1 year ago

avengerx commented 1 year ago

Around TwinTurboFFBDrv/Registrar.h:127, use the GUID_ConstantForce, etc keys from dinput.h in order to fill the registry keys, instead of using hardcoded ones.

Also use the values based in dieffectattributes.h constants, to ensure the driver and installed registry entries match (and for easier porting support for other game input controllers).