Skip to content

Commit b3bdce2

Browse files
committed
Update SDL3 port to version 3.2.22
1 parent 9642ea3 commit b3bdce2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ See docs/process.md for more on how version tagging works.
2727
See also the newly updated
2828
[documentation](https://emscripten.org/docs/porting/Debugging.html) which
2929
covers debugging flags and use cases (#25238).
30+
- SDL3 port updated to 3.2.22. (#25273)
3031

3132
4.0.14 - 09/02/25
3233
-----------------

tools/ports/sdl3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
from tools import diagnostics
1111

12-
VERSION = '3.2.4'
12+
VERSION = '3.2.22'
1313
TAG = f'release-{VERSION}'
14-
HASH = 'c26a8afeec481e3ae3b435eec405d9f99d78752ebf5118963cd56728ceff23772769f5291df581329488da7489034e835301b08d61a42c811764e24b3542a4c2'
14+
HASH = '2d49f43f37b681b3b12918518fc2bb89fd79f64b6f9592cceb504402a9cfb3d5c0ae6f437cdbcd8fdef11065dfb15a86fcb61a58cf1fa41af71a61f767ab7260'
1515
SUBDIR = f'SDL-{TAG}'
1616

1717
variants = {'sdl3-mt': {'PTHREADS': 1}}

0 commit comments

Comments
 (0)