Closed lheckemann closed 6 years ago
Previously, the joystick index would be interpreted as a single character, because its type is unsigned char, resulting in joystick 0 turning into joystick 48 when vdrift is restarted. Now, the config is interpreted as a number as it should be.
Thanks.
I've been working on a variant the uses joystick GUID instead.
Previously, the joystick index would be interpreted as a single character, because its type is unsigned char, resulting in joystick 0 turning into joystick 48 when vdrift is restarted. Now, the config is interpreted as a number as it should be.