mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 11:28:15 +00:00

The missing type in question is causing compilation failures. The error was introduced indca3fd8307
, which was a backport of commitde3909a190
from SDL3 to SDL2. Because `int nballs` was removed as a parameter from the controller API in SDL3 in revisionfcafe40948
, this change is only applicable to the SDL2 branch.