-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule FAudio
updated
6 files
+1 −1 | CMakeLists.txt | |
+1 −1 | csharp/FAudio.cs | |
+1 −1 | include/FAudio.h | |
+46 −31 | src/FACT_internal.c | |
+1 −1 | src/XNA_Song.c | |
+48 −35 | src/qoa_decoder.h |
Submodule SDL
updated
20 files
+1 −1 | CMakeLists.txt | |
+1 −1 | Makefile.os2 | |
+1 −1 | Makefile.w32 | |
+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 −1 | configure | |
+1 −1 | configure.ac | |
+1 −1 | include/SDL_version.h | |
+3 −2 | src/file/SDL_rwops.c | |
+8 −1 | src/joystick/SDL_gamecontroller.c | |
+1 −0 | src/joystick/SDL_gamecontrollerdb.h | |
+2 −2 | src/joystick/SDL_joystick.c | |
+2 −0 | src/joystick/hidapi/SDL_hidapi_nintendo.h | |
+69 −53 | src/joystick/hidapi/SDL_hidapi_switch.c | |
+4 −4 | src/main/windows/version.rc | |
+8 −0 | src/video/SDL_pixels.c | |
+3 −0 | src/video/wayland/SDL_waylandsym.h | |
+1 −0 | src/video/windows/SDL_windowsmouse.c |
Submodule xxHash
updated
58 files