emscripten-ports / SDL2

Other
166 stars 64 forks source link

[WIP] SDL2 thread proxying fixes #127

Open jakogut opened 4 years ago

jakogut commented 4 years ago

This PR uses new APIs added in https://github.com/emscripten-core/emscripten/pull/9336 to improve compatibility with USE_PTHREADS=1.

jakogut commented 4 years ago

This isn't actually WIP, but it does require https://github.com/emscripten-core/emscripten/pull/9336 to land before merging.

uyjulian commented 4 years ago

You might want to add SDL_GetDisplayUsableBounds to the functions to be proxied also…