TR2Main icon indicating copy to clipboard operation
TR2Main copied to clipboard

Wrong DIDEVTYPE_JOYSTICK enum for DirectX Input 8

Open TokyoSU opened this issue 4 years ago • 1 comments

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)

TokyoSU avatar Mar 13 '22 14:03 TokyoSU

fixed in #33

TokyoSU avatar May 26 '22 09:05 TokyoSU