Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ DOC_DIR := $(PREFIX)/share/doc/retroarch-joypad-autoconfig
all:
@echo "Nothing to make for retroarch-joypad-autoconfig."

update-sdl3:
mkdir -p sdl3
wget -q -O sdl3/gamecontrollerdb.cfg https://raw.githubusercontent.com/mdqinc/SDL_GameControllerDB/refs/heads/master/gamecontrollerdb.txt

install:
for driver in android dinput hid linuxraw mfi parport qnx sdl2 udev x xinput; do \
for file in $$driver/*.cfg; do \
Expand Down
Loading
Loading