Skip to content

Commit

Permalink
Branch Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2024
1 parent 2569ba3 commit 7bd2287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imgui
2 changes: 1 addition & 1 deletion sdl3
Submodule sdl3 updated 65 files
+2 −3 .github/workflows/create-test-plan.py
+13 −3 CMakeLists.txt
+13 −0 cmake/sdlchecks.cmake
+10 −4 docs/release_checklist.md
+15 −15 include/SDL3/SDL_gamepad.h
+10 −0 include/SDL3/SDL_hints.h
+249 −249 include/SDL3/SDL_keycode.h
+3 −0 include/SDL3/SDL_stdinc.h
+33 −1 include/SDL3/SDL_system.h
+6 −0 include/SDL3/SDL_video.h
+0 −2 include/build_config/SDL_build_config.h
+2 −0 include/build_config/SDL_build_config.h.cmake
+0 −219 include/build_config/SDL_build_config_emscripten.h
+0 −1 include/build_config/SDL_build_config_ios.h
+0 −1 include/build_config/SDL_build_config_macos.h
+0 −1 include/build_config/SDL_build_config_windows.h
+0 −1 include/build_config/SDL_build_config_wingdk.h
+3 −0 include/build_config/SDL_build_config_xbox.h
+38 −0 src/SDL.c
+2 −2 src/SDL_utils.c
+3 −0 src/camera/SDL_camera.c
+1 −0 src/camera/SDL_syscamera.h
+258 −0 src/camera/vita/SDL_camera_vita.c
+2 −2 src/core/SDL_core_unsupported.c
+1 −1 src/core/android/SDL_android.c
+1 −2 src/core/linux/SDL_dbus.c
+0 −47 src/core/linux/SDL_sandbox.c
+0 −37 src/core/linux/SDL_sandbox.h
+1 −0 src/dynapi/SDL_dynapi.sym
+1 −0 src/dynapi/SDL_dynapi_overrides.h
+2 −1 src/dynapi/SDL_dynapi_procs.h
+6 −1 src/events/SDL_keyboard.c
+1 −2 src/hidapi/SDL_hidapi.c
+103 −107 src/hidapi/android/hid.cpp
+5 −29 src/joystick/SDL_gamepad.c
+1 −1 src/joystick/SDL_gamepad_c.h
+1 −1 src/joystick/SDL_gamepad_db.h
+13 −9 src/joystick/SDL_joystick.c
+4 −1 src/joystick/SDL_joystick_c.h
+5 −0 src/joystick/SDL_steam_virtual_gamepad.c
+8 −4 src/joystick/apple/SDL_mfijoystick.m
+1 −1 src/joystick/bsd/SDL_bsdjoystick.c
+4 −5 src/joystick/darwin/SDL_iokitjoystick.c
+3 −0 src/joystick/hidapi/SDL_hidapi_steam.c
+19 −3 src/joystick/hidapi/SDL_hidapi_xbox360.c
+9 −55 src/joystick/hidapi/SDL_hidapijoystick.c
+1 −0 src/joystick/hidapi/SDL_hidapijoystick_c.h
+3 −5 src/joystick/linux/SDL_sysjoystick.c
+2 −4 src/joystick/windows/SDL_dinputjoystick.c
+2 −0 src/joystick/windows/SDL_rawinputjoystick.c
+9 −14 src/joystick/windows/SDL_windows_gaming_input.c
+7 −12 src/joystick/windows/SDL_xinputjoystick.c
+5 −0 src/main/SDL_main_callbacks.c
+6 −4 src/render/SDL_render.c
+2 −0 src/render/vitagxm/SDL_render_vita_gxm.c
+4 −4 src/render/vitagxm/SDL_render_vita_gxm_tools.c
+83 −72 src/render/vulkan/SDL_render_vulkan.c
+9 −4 src/thread/windows/SDL_systhread.c
+1 −0 src/video/SDL_sysvideo.h
+7 −0 src/video/SDL_video.c
+1,728 −0 src/video/openvr/SDL_openvrvideo.c
+109 −0 src/video/openvr/SDL_openvrvideo.h
+3,182 −0 src/video/openvr/openvr_capi.h
+7 −0 src/video/x11/SDL_x11events.c
+1 −1 test/testyuv.c

0 comments on commit 7bd2287

Please sign in to comment.