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:
Sam Clegg
2022-09-29 07:36:14 -07:00
committed by Ryan C. Gordon
parent a97d2e6958
commit cfab203f91
2 changed files with 19 additions and 20 deletions

View File

@@ -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 \