-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0538e8a
commit 9ca7ee8
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sdl3
updated
14 files
+2 −0 | CMakeLists.txt | |
+10 −0 | include/SDL3/SDL_main.h | |
+30 −0 | include/SDL3/SDL_stdinc.h | |
+0 −25 | src/SDL_utils.c | |
+0 −2 | src/SDL_utils_c.h | |
+56 −0 | src/core/emscripten/SDL_emscripten.c | |
+1 −0 | src/core/linux/SDL_fcitx.c | |
+1 −0 | src/dynapi/SDL_dynapi.sym | |
+1 −0 | src/dynapi/SDL_dynapi_overrides.h | |
+1 −0 | src/dynapi/SDL_dynapi_procs.h | |
+1 −0 | src/render/SDL_render.c | |
+36 −0 | src/stdlib/SDL_string.c | |
+3 −3 | src/video/emscripten/SDL_emscriptenevents.c | |
+3 −3 | src/video/windows/SDL_windowsevents.c |