-
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
082556e
commit 24a196d
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule libc-shim
updated
9 files
+2 −0 | include/libc_shim.h | |
+15 −4 | src/common.cpp | |
+18 −4 | src/errno.h | |
+2 −2 | src/file_misc.cpp | |
+29 −21 | src/network.cpp | |
+1 −1 | src/network.h | |
+5 −5 | src/pthreads.cpp | |
+1 −1 | src/semaphore.cpp | |
+1 −1 | src/sysconf.cpp |
Submodule mcpelauncher-client
updated
5 files
+1 −1 | src/imgui_ui.cpp | |
+2 −2 | src/jni/sdl3audio.cpp | |
+1 −1 | src/main.cpp | |
+35 −5 | src/window_callbacks.cpp | |
+1 −0 | src/window_callbacks.h |