TR2Main
TR2Main copied to clipboard
Wrong DIDEVTYPE_JOYSTICK enum for DirectX Input 8
it's at: https://github.com/Arsunt/TR2Main/blob/5bec0d77667276d37eef4e4e23d295a06ae2a596/specific/init_input.cpp#L462 There is no chech for DX5 there. The right value for DX8 input is: DI8DEVTYPE_JOYSTICK (it have maybe the same value for it to work normally)
fixed in #33