include/SDL_config_emscripten.h


Log

Author Commit Date CI Message
Ozkan Sezer e9ff4fdd 2022-04-25T23:55:50 add SDL_bsearch
Connor Clark 6dbca7c9 2022-04-06T20:48:41 Compile with recursive mutexes for emscripten Emscripten actually does support recursive mutexes, so no need to use SDL's fake recursive code. Background: #5428, #5479
Sam Lantinga 120c76c8 2022-01-03T09:40:00 Updated copyright for 2022
Ryan C. Gordon 1a98dcb6 2021-11-08T15:16:18 Revert "include: Updated SDL_config_emscripten.h from emscripten-ports." Apparently we already had the newer version, sorry! This reverts commit 6657cbce8dcea9abe4501c8bbf85f2b40e6c927a. Reference issue #4623.
Sam Lantinga b8327a4a 2021-11-08T07:19:45 Added SDL_HIDAPI_DISABLED so it can be disabled like other SDL subsystems
Ryan C. Gordon 6657cbce 2021-11-07T20:43:49 include: Updated SDL_config_emscripten.h from emscripten-ports. Reference issue #4623.
Charlie Birks 0a870756 2021-07-08T12:47:57 Update SDL_config_emscripten.h for upstream
Sam Clegg d4488962 2021-05-19T08:24:33 Add SDL_config_emscripten.h Currently we maintain a config file in the emscripten repo, but this seems like what other embedded/cross platforms do.