diff --git a/third_party/SDL2 b/third_party/SDL2 index ea9bece5e..b424665e0 160000 --- a/third_party/SDL2 +++ b/third_party/SDL2 @@ -1 +1 @@ -Subproject commit ea9bece5ed4e76b6636d941101923487a6378ca6 +Subproject commit b424665e0899769b200231ba943353a5fee1b6b6 diff --git a/third_party/SDL2-static.lua b/third_party/SDL2-static.lua index 492c0d3d9..d03a607a5 100644 --- a/third_party/SDL2-static.lua +++ b/third_party/SDL2-static.lua @@ -42,6 +42,7 @@ project("SDL2") "SDL2/include/SDL_gesture.h", "SDL2/include/SDL_haptic.h", "SDL2/include/SDL_hints.h", + "SDL2/include/SDL_hidapi.h", "SDL2/include/SDL_joystick.h", "SDL2/include/SDL_keyboard.h", "SDL2/include/SDL_keycode.h", @@ -133,7 +134,7 @@ project("SDL2") "SDL2/src/haptic/windows/SDL_windowshaptic_c.h", "SDL2/src/haptic/windows/SDL_xinputhaptic_c.h", "SDL2/src/hidapi/hidapi/hidapi.h", - "SDL2/src/hidapi/SDL_hidapi.h", + "SDL2/src/hidapi/SDL_hidapi_c.h", "SDL2/src/joystick/controller_type.h", "SDL2/src/joystick/hidapi/SDL_hidapijoystick_c.h", "SDL2/src/joystick/hidapi/SDL_hidapi_rumble.h", @@ -168,6 +169,7 @@ project("SDL2") "SDL2/src/render/software/SDL_drawpoint.h", "SDL2/src/render/software/SDL_render_sw_c.h", "SDL2/src/render/software/SDL_rotate.h", + "SDL2/src/render/software/SDL_triangle.h", "SDL2/src/SDL_assert_c.h", "SDL2/src/SDL_dataqueue.h", "SDL2/src/SDL_error_c.h", @@ -293,7 +295,6 @@ project("SDL2") "SDL2/src/joystick/SDL_joystick.c", "SDL2/src/joystick/virtual/SDL_virtualjoystick.c", "SDL2/src/joystick/windows/SDL_dinputjoystick.c", - "SDL2/src/joystick/windows/SDL_mmjoystick.c", "SDL2/src/joystick/windows/SDL_rawinputjoystick.c", "SDL2/src/joystick/windows/SDL_windowsjoystick.c", "SDL2/src/joystick/windows/SDL_windows_gaming_input.c", @@ -343,6 +344,7 @@ project("SDL2") "SDL2/src/render/software/SDL_drawpoint.c", "SDL2/src/render/software/SDL_render_sw.c", "SDL2/src/render/software/SDL_rotate.c", + "SDL2/src/render/software/SDL_triangle.c", "SDL2/src/SDL.c", "SDL2/src/SDL_assert.c", "SDL2/src/SDL_dataqueue.c", @@ -362,7 +364,7 @@ project("SDL2") "SDL2/src/stdlib/SDL_strtokr.c", "SDL2/src/thread/generic/SDL_syscond.c", "SDL2/src/thread/SDL_thread.c", - "SDL2/src/thread/windows/SDL_syscond_srw.c", + "SDL2/src/thread/windows/SDL_syscond_cv.c", "SDL2/src/thread/windows/SDL_sysmutex.c", "SDL2/src/thread/windows/SDL_syssem.c", "SDL2/src/thread/windows/SDL_systhread.c",