Update to SDL 2.0.9.

This commit is contained in:
Philippe Groarke 2018-12-01 10:52:53 -05:00
parent 52dc87eecd
commit 04ebce52ee
4 changed files with 763 additions and 273 deletions

View file

@ -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", {}),