-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SDL
updated
25 files
+1 −0 | .github/workflows/main.yml | |
+1 −17 | CMakeLists.txt | |
+1 −1 | Makefile.os2 | |
+1 −1 | Makefile.w32 | |
+3 −3 | VisualC-GDK/tests/testgamecontroller/testgamecontroller.vcxproj | |
+2 −2 | Xcode/SDL/Info-Framework.plist | |
+6 −6 | Xcode/SDL/SDL.xcodeproj/project.pbxproj | |
+1 −1 | Xcode/SDL/pkg-support/SDL.info | |
+1 −1 | android-project/app/src/main/java/org/libsdl/app/SDLActivity.java | |
+1 −77 | configure | |
+1 −33 | configure.ac | |
+1 −1 | include/SDL_stdinc.h | |
+1 −1 | include/SDL_version.h | |
+21 −0 | src/core/gdk/SDL_gdk.cpp | |
+0 −2 | src/filesystem/gdk/SDL_sysfilesystem.cpp | |
+2 −0 | src/joystick/SDL_joystick.c | |
+63 −20 | src/joystick/linux/SDL_sysjoystick.c | |
+4 −4 | src/main/windows/version.rc | |
+2 −1 | src/video/kmsdrm/SDL_kmsdrmvideo.c | |
+4 −2 | src/video/wayland/SDL_waylandevents.c | |
+25 −4 | src/video/windows/SDL_windowsevents.c | |
+16 −1 | src/video/x11/SDL_x11mouse.c | |
+8 −0 | src/video/x11/SDL_x11video.c | |
+2 −0 | src/video/x11/SDL_x11video.h | |
+2 −2 | test/watcom.mif |