Skip to content

Commit

Permalink
Merge pull request #1 from AiraYumi/update
Browse files Browse the repository at this point in the history
update 2.30.8
  • Loading branch information
AiraYumi authored Oct 4, 2024
2 parents 26052c7 + e416aa0 commit 05964e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL2
Submodule SDL2 updated 45 files
+62 −0 .github/actions/setup-ninja/action.yml
+406 −0 .github/workflows/release.yml
+1 −0 .gitignore
+1 −1 CMakeLists.txt
+1 −1 Makefile.os2
+1 −1 Makefile.w32
+0 −16 VisualC/SDL/SDL.vcxproj
+3 −1 VisualC/pkg-support/cmake/sdl2-config.cmake
+2 −2 Xcode/SDL/Info-Framework.plist
+6 −6 Xcode/SDL/SDL.xcodeproj/project.pbxproj
+1 −1 Xcode/SDL/pkg-support/SDL.info
+3 −3 android-project/app/src/main/java/org/libsdl/app/SDLActivity.java
+642 −0 build-scripts/build-release.py
+18 −0 build-scripts/cmake-toolchain-mingw64-i686.cmake
+18 −0 build-scripts/cmake-toolchain-mingw64-x86_64.cmake
+41 −0 build-scripts/create-release.py
+26 −0 cmake/test/CMakeLists.txt
+9 −0 cmake/test/sdltest.c
+1 −1 configure
+1 −1 configure.ac
+1 −0 include/SDL_hints.h
+1 −1 include/SDL_version.h
+18 −0 mingw/pkg-support/INSTALL.txt
+28 −0 mingw/pkg-support/Makefile
+2 −2 mingw/pkg-support/cmake/sdl2-config-version.cmake
+2 −2 mingw/pkg-support/cmake/sdl2-config.cmake
+6 −2 src/audio/pulseaudio/SDL_pulseaudio.c
+1 −0 src/joystick/SDL_joystick.c
+1 −0 src/joystick/hidapi/SDL_hidapi_ps4.c
+1 −0 src/joystick/hidapi/SDL_hidapi_ps5.c
+3 −3 src/joystick/windows/SDL_windowsjoystick.c
+6 −4 src/joystick/windows/SDL_xinputjoystick.c
+4 −4 src/main/windows/version.rc
+8 −12 src/video/SDL_blit_A.c
+9 −5 src/video/kmsdrm/SDL_kmsdrmdyn.c
+3 −0 src/video/kmsdrm/SDL_kmsdrmdyn.h
+12 −7 src/video/kmsdrm/SDL_kmsdrmsym.h
+63 −29 src/video/kmsdrm/SDL_kmsdrmvideo.c
+18 −2 src/video/wayland/SDL_waylandevents.c
+21 −5 src/video/wayland/SDL_waylandopengles.c
+9 −0 src/video/wayland/SDL_waylandwindow.c
+1 −0 src/video/wayland/SDL_waylandwindow.h
+3 −1 src/video/x11/SDL_x11vulkan.c
+8 −7 test/testthread.c
+6 −5 test/torturethread.c

0 comments on commit 05964e9

Please sign in to comment.