diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5fe1a4f..5d5a961 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/README.md b/README.md index 9c50229..f6874f0 100644 --- a/README.md +++ b/README.md @@ -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.