emscripten-ports / SDL2

Other
166 stars 64 forks source link

How to force latest port version? #124

Closed kevzettler closed 4 years ago

kevzettler commented 4 years ago

I would like to try https://github.com/emscripten-ports/SDL2/commit/865eaddffed50dbd13e6564c3f73902472cf74e8

in a project of mine that currently has broken audio in chrome but is fine in firefox and edge. Can I manually pin this commit? What is the release process like?

Daft-Freak commented 4 years ago

You can modify the TAG in tools/ports/sdl2.py to the full commit id for a quick test.

kripken commented 4 years ago

You can also change the URL there to point to a fork of the repo, etc. as needed.

kevzettler commented 4 years ago

Thanks ya'll I got it imported and also it fixed the audio issue in chrome!