Revert SDL_gamecontrollerdb.h and sort_controllers.py from bug 4024
parent
d984f323fc
commit
adabfdc0c5
File diff suppressed because it is too large
Load Diff
|
@ -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…
Reference in New Issue