Update to SDL 2.0.9.
This commit is contained in:
parent
52dc87eecd
commit
04ebce52ee
4 changed files with 763 additions and 273 deletions
2
check.py
2
check.py
|
@ -35,7 +35,7 @@ import copy
|
|||
FILE_HEADER = "# Game Controller DB for SDL in %s format\n" \
|
||||
"# Source: https://github.com/gabomdq/SDL_GameControllerDB\n"
|
||||
|
||||
sdl_version = "2.0.8"
|
||||
sdl_version = "2.0.9"
|
||||
|
||||
mappings_dict = OrderedDict([
|
||||
("Windows", {}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue