winebus.sys/sdl: Use the 8 absolute axes supported by DIJOYSTATE2.
commit3df433843b33277306f290f59cf58863fd287f93
authorArkadiusz Hiler <ahiler@codeweavers.com>
Mon, 1 Aug 2022 15:51:05 +0000 (1 18:51 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 3 Aug 2022 20:15:52 +0000 (3 22:15 +0200)
tree01c30b08307514264274d0cc2e5883a9db4da2d5
parentb95158b23ca884322a02be69826a58edb5e3923e
winebus.sys/sdl: Use the 8 absolute axes supported by DIJOYSTATE2.

Most games use c_dfDIJoystick2 which can support up to 8 absolute axes,
6 directional ones and 2 sliders.

With this change we now have 8 usable axes instead of six and we FIXME
if device exposes more than that.
dlls/winebus.sys/bus_sdl.c