Merge pull request #3 from offalynne/main

Update db repo address
This commit is contained in:
zakk4223
2024-09-13 12:35:37 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
path: main
- name: Download gamecontrollerdb.txt
run: |
curl https://raw.githubusercontent.com/gabomdq/SDL_GameControllerDB/master/gamecontrollerdb.txt -o gamecontrollerdb_sdl.txt
curl https://raw.githubusercontent.com/mdqinc/SDL_GameControllerDB/master/gamecontrollerdb.txt -o gamecontrollerdb_sdl.txt
- name: Merge gamecontrollerdb
run: |
cat ./main/gamecontrollerdb_header.txt > ./main/gamecontrollerdb.txt

View File

@@ -1,6 +1,6 @@
## Game controller database for MiSTer
Game controller default mappings derived from https://github.com/gabomdq/SDL_GameControllerDB.
Game controller default mappings derived from https://github.com/mdqinc/SDL_GameControllerDB.
Non-Linux platform entries are removed and some MiSTer specific entries are added.