SDL: update to 42d09a8f42e3fbac7171d065199667b182da3fb4

post-v2.24.0 commit
fixes SDL hotplugging issues on windows
This commit is contained in:
Shawn Hoffman 2022-08-30 15:22:40 -07:00
parent 9195e1a9b8
commit 97064eb7a0
2 changed files with 3 additions and 1 deletions

2
Externals/SDL/SDL vendored

@ -1 +1 @@
Subproject commit 5aa438e80aabe3570c0ef807d9b22bcd9835ced6
Subproject commit 42d09a8f42e3fbac7171d065199667b182da3fb4

View file

@ -283,6 +283,7 @@
<ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_combined.c" />
<ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_gamecube.c" />
<ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_luna.c" />
<ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_ps3.c" />
<ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_ps4.c" />
<ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_ps5.c" />
<ClCompile Include="SDL\src\joystick\hidapi\SDL_hidapi_rumble.c" />
@ -341,6 +342,7 @@
<ClCompile Include="SDL\src\sensor\dummy\SDL_dummysensor.c" />
<ClCompile Include="SDL\src\sensor\SDL_sensor.c" />
<ClCompile Include="SDL\src\sensor\windows\SDL_windowssensor.c" />
<ClCompile Include="SDL\src\stdlib\SDL_crc16.c" />
<ClCompile Include="SDL\src\stdlib\SDL_crc32.c" />
<ClCompile Include="SDL\src\stdlib\SDL_getenv.c" />
<ClCompile Include="SDL\src\stdlib\SDL_iconv.c" />