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.