Commit 4dca8f7fb4c63d1b42c31c7dd821197832714c3f

Reinhold Gschweicher 2022-02-24T21:09:03

SDL2 thread proxying fixes This PR uses new APIs added in [emscripten-core/emscripten#9336](https://github.com/emscripten-core/emscripten/pull/9336) to improve compatibility with USE_PTHREADS=1. Original PR: https://github.com/emscripten-ports/SDL2/pull/127 By: @jakogut Reviewed by: Daft-Freak