7 Jun
2022
7 Jun
'22
11:09 a.m.
Rémi Bernon (@rbernon) commented about dlls/winebus.sys/bus_sdl.c:
impl->effect_support |= WINE_SDL_HAPTIC_RUMBLE; }
- if (pSDL_JoystickRumble && !pSDL_JoystickRumble(impl->sdl_joystick, 0, 0, 0)) + if (pSDL_JoystickRumble && !pSDL_JoystickRumble(impl->sdl_joystick, 0, 0, 0) && impl->axis_offset == 0)
Same here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/181#note_1644