Post merge fixes
This commit is contained in:
parent
0d37cd7aa2
commit
1828b774d6
2 changed files with 6 additions and 5 deletions
|
@ -1,14 +1,13 @@
|
|||
# SDL_GameControllerDB
|
||||
|
||||
[](https://travis-ci.org/p-groarke/SDL_GameControllerDB)
|
||||
[](https://travis-ci.org/gabomdq/SDL_GameControllerDB)
|
||||
|
||||
A community source database of game controller mappings to be used with SDL2 Game Controller functionality.
|
||||
|
||||
## Releases
|
||||
### [2.0.5](https://github.com/p-groarke/SDL_GameControllerDB/releases/tag/2.0.5)
|
||||
For games or engines using the SDL 2.0.5 format. There are no range or inversion modifiers (+,-,~). It contains 282 controller entries, with duplicates removed.
|
||||
## SDL Variants
|
||||
gamecontrollerdb_205.txt: For games or engines using the SDL 2.0.5 format. There are no range or inversion modifiers (+,-,~). It contains 282 controller entries, with duplicates removed.
|
||||
|
||||
### [2.0.4](https://github.com/p-groarke/SDL_GameControllerDB/releases/tag/2.0.4)
|
||||
gamecontrollerdb_204.txt
|
||||
For games or engines using the SDL 2.0.4 format. GUIDs are different depending on the platform. It contains 237 controller entries, with duplicates removed.
|
||||
|
||||
## Create New Mappings
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Game Controller DB for SDL >= 2.0.5
|
||||
# Source: https://github.com/gabomdq/SDL_GameControllerDB
|
||||
# Windows
|
||||
03000000fa2d00000100000000000000,3DRUDDER,leftx:a0,lefty:a1,rightx:a5,righty:a2,platform:Windows,
|
||||
03000000022000000090000000000000,8Bitdo NES30 Pro,a:b1,b:b0,back:b10,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b6,leftstick:b13,lefttrigger:b8,leftx:a0,lefty:a1,rightshoulder:b7,rightstick:b14,righttrigger:b9,rightx:a3,righty:a4,start:b11,x:b4,y:b3,platform:Windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue