From f1b9a1343442ca7ed0f9c8f43e2e83e2a68c8940 Mon Sep 17 00:00:00 2001 From: Alynne Date: Sat, 7 Sep 2024 17:13:08 -0400 Subject: [PATCH 1/2] Update db repo address --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 4d8ed40a724edb12ff8a8b7730d59599ba141800 Mon Sep 17 00:00:00 2001 From: Alynne Date: Sat, 7 Sep 2024 17:13:46 -0400 Subject: [PATCH 2/2] Update db repo address in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.