mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 16:37:39 +00:00
Revert SDL_gamecontrollerdb.h and sort_controllers.py from bug 4024
This commit is contained in:
parent
d984f323fc
commit
adabfdc0c5
2 changed files with 550 additions and 550 deletions
|
@ -20,7 +20,7 @@ def save_controller(line):
|
|||
bindings = sorted(match.group(4).split(","))
|
||||
if (bindings[0] == ""):
|
||||
bindings.pop(0)
|
||||
entry.extend(",".join(bindings))
|
||||
entry.extend(",".join(bindings) + ",")
|
||||
entry.append(match.group(5))
|
||||
controllers.append(entry)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue