mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-07 02:16:26 +00:00
emscripten: Remove use of EM_ASM from SDL_timer code.
Instead use the native emscripten timer API. See https://github.com/emscripten-core/emscripten/issues/17941
This commit is contained in:

committed by
Ryan C. Gordon

parent
a97d2e6958
commit
cfab203f91
2
.github/workflows/emscripten.yml
vendored
2
.github/workflows/emscripten.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: mymindstorm/setup-emsdk@v10
|
||||
with:
|
||||
version: 2.0.31
|
||||
version: 2.0.32
|
||||
- name: Configure CMake
|
||||
run: |
|
||||
emcmake cmake -S . -B build \
|
||||
|
Reference in New Issue
Block a user