Commit e5817d9
committed
Update SDL2
Mostly to check in libsdl-org/SDL@31463741 parent e4f5c49 commit e5817d9
2 files changed
+1
-1
lines changedBinary file not shown.
- .github/workflows/create-test-plan.py+5-23
- .github/workflows/generic.yml+1-1
- .wikiheaders-options+2-1
- CMakeLists.txt+2-2
- Makefile.os2+2-2
- Makefile.w32+2-2
- VisualC-WinRT/SDL-UWP.vcxproj+3-2
- Xcode/SDL/Info-Framework.plist+2-2
- Xcode/SDL/SDL.xcodeproj/project.pbxproj+10-10
- Xcode/SDL/pkg-support/SDL.info+1-1
- android-project/app/build.gradle+4-4
- android-project/app/src/main/java/org/libsdl/app/SDLActivity.java+2-2
- android-project/build.gradle+1-1
- android-project/gradle/wrapper/gradle-wrapper.properties+1-1
- build-scripts/build-release.py+131-40
- configure+2-2
- configure.ac+2-2
- docs/README-platforms.md+1-2
- docs/README-ps2.md+5-1
- docs/README-psp.md+1-1
- docs/README-touch.md-3
- include/SDL_audio.h+11-1
- include/SDL_endian.h+1-1
- include/SDL_gamecontroller.h+17
- include/SDL_hidapi.h+1
- include/SDL_hints.h+33-2
- include/SDL_joystick.h+8
- include/SDL_keyboard.h+3
- include/SDL_keycode.h+6
- include/SDL_log.h+1-2
- include/SDL_main.h+2-2
- include/SDL_metal.h+8
- include/SDL_rect.h+27
- include/SDL_render.h+2-1
- include/SDL_stdinc.h+36
- include/SDL_surface.h+58-6
- include/SDL_system.h+21
- include/SDL_touch.h+7
- include/SDL_version.h+2-2
- include/SDL_video.h+3
- src/audio/SDL_audio.c+8-3
- src/audio/alsa/SDL_alsa_audio.c+45-6
- src/core/windows/SDL_windows.c+18
- src/core/windows/SDL_windows.h+3
- src/core/winrt/SDL_winrtapp_direct3d.cpp+94
- src/core/winrt/SDL_winrtapp_direct3d.h+1
- src/cpuinfo/SDL_cpuinfo.c+10-11
- src/dynapi/SDL2.exports+1
- src/dynapi/SDL_dynapi_overrides.h+1
- src/dynapi/SDL_dynapi_procs.h+3
- src/events/SDL_mouse.c+9
- src/events/SDL_quit.c+3-1
- src/hidapi/SDL_hidapi.c+5
- src/joystick/SDL_gamecontroller.c+8-2
- src/joystick/SDL_steam_virtual_gamepad.c+35
- src/joystick/emscripten/SDL_sysjoystick.c+16-6
- src/joystick/hidapi/SDL_hidapi_steam.c+18-16
- src/joystick/windows/SDL_rawinputjoystick.c+1-1
- src/main/haiku/SDL_BApp.h+7-7
- src/main/haiku/SDL_BeApp.cc+8-8
- src/main/windows/version.rc+4-4
- src/misc/haiku/SDL_sysurl.cc+4
- src/render/SDL_render.c+42
- src/render/ps2/SDL_render_ps2.c+36-2
- src/render/psp/SDL_render_psp.c+178-16
- src/video/SDL_blit_A.c+67-2
- src/video/SDL_egl.c+12
- src/video/SDL_fillrect.c+62
- src/video/SDL_rect_impl.h-6
- src/video/SDL_sysvideo.h+1
- src/video/SDL_video.c+13
- src/video/cocoa/SDL_cocoaevents.m+2
- src/video/haiku/SDL_BApp.h+7-7
- src/video/haiku/SDL_BWin.h+6-6
- src/video/haiku/SDL_bframebuffer.cc+2-2
- src/video/haiku/SDL_bmodes.cc+2-2
- src/video/haiku/SDL_bopengl.cc+2-2
- src/video/haiku/SDL_bvideo.cc+4
- src/video/haiku/SDL_bwindow.cc+2-2
- src/video/kmsdrm/SDL_kmsdrmvideo.c+2-1
- src/video/wayland/SDL_waylandevents.c+14-9
- src/video/wayland/SDL_waylandmouse.c+3
- src/video/wayland/SDL_waylandvideo.h+1
- src/video/windows/SDL_windowsmouse.c+4-1
- src/video/windows/SDL_windowsopengl.c+8-1
- src/video/windows/SDL_windowsopengl.h+1
- test/testautomation_audio.c+3
- test/testautomation_hints.c+83-33
- test/testautomation_rect.c+279-6
- test/testautomation_render.c+139-1
- test/testautomation_subsystems.c+41-1
- test/testautomation_surface.c+57-1
- test/testautomation_video.c+31-1
0 commit comments