You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request updates the SDL2 port to include the stub
implementations for SDL_hid_init() and related functions in SDL_hidapi.c
that were added in SDL 2.0.18.
These functions are built for Emscritpen using the official SDL2 build
systems. Including them in Emscripten's SDL2 port solves linker errors
for software that use them.
Fixes: #26282
0 commit comments