First in file in_sdl.cpp
line 158 reads -
joy_num_buttons = 3;
it should read -
joy_num_buttons = SDL_JoystickNumButtons(joystick);
so that all the joystick buttons are available
also -
joystick buttons
joy4 reads joy4joy5
joy5 reads joy6
joy6 reads joy7
joy7 reads joy8joy9
joy8 reads joy10
The joystick axis does not register in the menus at all.
It is an 8 button joystick that aprt from this works well.
Although it would be nice to ba able to desensitize the axis.
Its a bit sensitive. <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P -->