Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion units/sdl2.pas
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ interface
{$I sdljoystick.inc} // 2.24.0
{$I sdlsensor.inc} // 2.26.0
{$I sdlgamecontroller.inc} // 2.24.0
{$I sdlhaptic.inc}
{$I sdlhaptic.inc} // 2.26.2
{$I sdlhidapi.inc} // 2.0.18
{$I sdltouch.inc} // 2.24.0
{$I sdlgesture.inc}
Expand Down
Loading