VDrift / vdrift

VDrift source code
http://vdrift.net/
GNU General Public License v3.0
353 stars 97 forks source link

Fix loading controls #156

Closed lheckemann closed 6 years ago

lheckemann commented 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.

logzero commented 6 years ago

Thanks.

I've been working on a variant the uses joystick GUID instead.