mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
If multiple threads are calling SDL_UpdateJoysticks(), then an overlapped read can be initiated on one thread (read_pending set to true) and GetOverlappedResult() called on another thread. This results in ERROR_OPERATION_ABORTED. This is harmless so we shouldn't return an error in this case, we'll just retry the read on the next call. Fixes https://github.com/libsdl-org/SDL/issues/14033 |
||
|---|---|---|
| .. | ||
| pp_data_dump | ||
| test | ||
| CMakeLists.txt | ||
| hid.c | ||
| hidapi.rc | ||
| hidapi.sln | ||
| hidapi.vcproj | ||
| hidapi.vcxproj | ||
| hidapi_cfgmgr32.h | ||
| hidapi_descriptor_reconstruct.c | ||
| hidapi_descriptor_reconstruct.h | ||
| hidapi_hidclass.h | ||
| hidapi_hidpi.h | ||
| hidapi_hidsdi.h | ||
| hidapi_winapi.h | ||
| hidtest.vcproj | ||
| hidtest.vcxproj | ||
| Makefile-manual | ||
| Makefile.am | ||
| Makefile.mingw | ||