| Summary: | SDL_assert doesn't work in emscripten | ||
|---|---|---|---|
| Product: | SDL | Reporter: | hef <hef> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | hef |
| Version: | 2.0.4 | ||
| Hardware: | Other | ||
| OS: | Other | ||
|
Description
hef
2016-10-17 13:02:20 UTC
The lack of thread support is fixed now in https://hg.libsdl.org/SDL/rev/b00c4088f687 ...still need to make this suck less on Emscripten, though, so I'm leaving this bug open a little longer. --ryan. (In reply to Ryan C. Gordon from comment #1) > The lack of thread support is fixed now in > https://hg.libsdl.org/SDL/rev/b00c4088f687 ...still need to make this suck > less on Emscripten, though, so I'm leaving this bug open a little longer. Ok, now it's ugly but largely functions as one would expect on Emscripten, as of https://hg.libsdl.org/SDL/rev/411bf9f7f908 ...marking this bug resolved. --ryan. |