Alexandre Julliard pushed to branch master at wine / wine
Commits: 151ca7e4 by Tyson Whitehead at 2025-08-22T11:59:13+02:00 winebus: SDL backend FF effect angle requires 32 bits.
The max value of a INT16 is 32768, which is less than the 36000 required for a full rotation angle. Change type to INT32 as that is what the underlying SDL paramerter is.
Rotate by +270 instead of -90 to eliminate negative value fixup too.
- - - - -
1 changed file:
- dlls/winebus.sys/bus_sdl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/151ca7e49185a44715db4785811421f...