-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump ext/SDL from `6ff31e1` to `8387fae` Bumps [ext/SDL](https://github.com/libsdl-org/SDL) from `6ff31e1` to `8387fae`. - [Release notes](https://github.com/libsdl-org/SDL/releases) - [Commits](libsdl-org/SDL@6ff31e1...8387fae) --- updated-dependencies: - dependency-name: ext/SDL dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update C# bindings --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lithiumtoast <[email protected]>
- Loading branch information
1 parent
6b9a34a
commit ac1e9b1
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
Submodule SDL
updated
25 files
+2 −1 | README.md | |
+0 −2 | VisualC-GDK/SDL/SDL.vcxproj | |
+0 −2 | VisualC-GDK/SDL/SDL.vcxproj.filters | |
+0 −2 | VisualC-WinRT/SDL-UWP.vcxproj | |
+0 −6 | VisualC-WinRT/SDL-UWP.vcxproj.filters | |
+0 −2 | VisualC/SDL/SDL.vcxproj | |
+0 −2 | VisualC/SDL/SDL.vcxproj.filters | |
+0 −8 | Xcode/SDL/SDL.xcodeproj/project.pbxproj | |
+1 −1 | cmake/sdl3.pc.in | |
+3 −28 | docs/README-migration.md | |
+9 −0 | docs/README-wayland.md | |
+35 −0 | include/SDL3/SDL_audio.h | |
+2 −1 | include/SDL3/SDL_test_font.h | |
+0 −318 | src/SDL_dataqueue.c | |
+0 −38 | src/SDL_dataqueue.h | |
+133 −30 | src/audio/SDL_audio.c | |
+748 −250 | src/audio/SDL_audiocvt.c | |
+21 −21 | src/audio/SDL_sysaudio.h | |
+2 −0 | src/dynapi/SDL_dynapi.sym | |
+2 −0 | src/dynapi/SDL_dynapi_overrides.h | |
+2 −0 | src/dynapi/SDL_dynapi_procs.h | |
+13 −15 | src/joystick/hidapi/SDL_hidapi_ps5.c | |
+7 −4 | src/test/SDL_test_font.c | |
+309 −54 | test/testaudiostreamdynamicresample.c | |
+158 −1 | test/testautomation_audio.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters