You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Adds a comment line to remind the point of interest of the GUID_...
change in Registrar.h. Its implementation is pretty incomplete and still
needs code to properly uninstall the registry entries.
Related GitHub issue: #13.
Around TwinTurboFFBDrv/Registrar.h:127, use the
GUID_ConstantForce
, etc keys fromdinput.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).
The text was updated successfully, but these errors were encountered: