Skip to content

Commit bc413bf

Browse files
committed
Merge DSU joystick driver into SDL_dsujoystick.c
Moved all DSU joystick driver logic from SDL_dsujoystick_driver.c into SDL_dsujoystick.c, removing the separate driver file. Updated SDL_dsujoystick_c.h to remove internal driver declarations and macros now handled in the implementation. Updated VisualC project file to remove the deleted driver source.
1 parent fe8c232 commit bc413bf

File tree

4 files changed

+787
-898
lines changed

4 files changed

+787
-898
lines changed

VisualC/SDL/SDL.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,6 @@
640640
<ClCompile Include="..\..\src\joystick\SDL_joystick.c" />
641641
<ClCompile Include="..\..\src\joystick\SDL_steam_virtual_gamepad.c" />
642642
<ClCompile Include="..\..\src\joystick\dsu\SDL_dsujoystick.c" />
643-
<ClCompile Include="..\..\src\joystick\dsu\SDL_dsujoystick_driver.c" />
644643
<ClCompile Include="..\..\src\joystick\virtual\SDL_virtualjoystick.c" />
645644
<ClCompile Include="..\..\src\joystick\windows\SDL_dinputjoystick.c" />
646645
<ClCompile Include="..\..\src\joystick\windows\SDL_rawinputjoystick.c" />

0 commit comments

Comments
 (0)